Color Hex Logo

#cc673d Color Hex

#CC673D
(204,103,61)
0 Favorites   0 Comments

Color spaces of #cc673d

RGB 20410361
HSL0.050.580.52
HSV18°70°80°
CMYK 0.000.500.70   0.20
XYZ30.594422.87487.2177
Yxy22.87480.50410.3769
Hunter Lab47.827630.484724.5318
CIE-Lab54.943136.876741.3733

#cc673d color RGB value is (204,103,61).

#cc673d hex color red value is 204, green value is 103 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cc673d hue: 0.05 , saturation: 0.58 and the lightness value of cc673d is 0.52.

The process color (four color CMYK) of #cc673d color hex is 0.00, 0.50, 0.70, 0.20. Web safe color of #cc673d is #cc6633. Color #cc673d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100111 00111101
Octal 314 147 75
Decimal 204 103 61
Hex CC 67 3D

RGB Percentages of Color #cc673d

%55.43
%27.99
%16.58

CMYK Percentages of Color #cc673d

%0
%50
%70
%20

Triadic Colors of #cc673d

#cc673d #3dcc67 #673dcc

Analogous Colors of #cc673d

#cc673d #ccaf3d #cc3d5b

Monochromatic Colors of #cc673d

#cc673d

Complementary Color

#cc673d #3da2cc

#cc673d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc673d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc673d Color CSS Codes

.mybgcolor {background-color:#cc673d; } 
.myforecolor {color:#cc673d; }
.mybordercolor {border:3px solid #cc673d; }

#cc673d Text Font Color

<p style="color:#cc673d">Text here</p>

This sample text font color is #cc673d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc673d Background Color

<div style="background-color:#cc673d">
Div content here</div>

This div background color is #cc673d


#cc673d Border Color

<div style="border:3px solid #cc673d">
Div here</div>

This div border color is #cc673d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,103,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc673d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc673d;
  -webkit-box-shadow: 1px 1px 3px 2px #cc673d;
  box-shadow:         1px 1px 3px 2px #cc673d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,103,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc673d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc673d;
  -webkit-box-shadow: 1px 1px 3px 2px #cc673d;
  box-shadow:         1px 1px 3px 2px #cc673d;">
Div content here</div>

This div box has shadow with color #cc673d


Comments

No comments written yet.

Please login to write comment.