Html Css Color HEX #CC5D1E Chocolate

📋 copy color: '#CC5D1E'

red 204 ◦ green 93 ◦ blue 30

#CC5D1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CC5D1E

Tints of Chocolate #CC5D1E

RGB

 RED value IS 204 (80.08% from 255) = 62.39%

 GREEN value IS 93 (36.72% from 255) = 28.44%

 BLUE value IS 30 (12.11% from 255) = 9.17%

R = 62.39%
G = 28.44%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC5D1E (or 0xCC5D1E) is known color: Chocolate. HEX triplet: CC, 5D and 1E. RGB value is (204,93,30). Sum of RGB (Red+Green+Blue) = 204+93+30=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D1E is #33A2E1. Grayscale: #777777. Windows color (decimal): -3384034 or 1990092. OLE color: 1990092.

HSL color Cylindrical-coordinate representation of color #CC5D1E: hue angle of 21.72º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC5D1E is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 93 30 -
CMYK 0 0.54 0.85 0.2
HSL 21.72º 0.74% 0.46% -
HSV(B) 21.72º 0.85% 0.8% -
XYZ 29.05 20.76 3.7 -
YUV 119.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 204 93 30 0 0.54 0.85 0.2 21.72 0.74 0.46
Hex CC 5D 1E 0 36 55 14 16 4A 2E
Octal 314 135 36 0 66 125 24 26 112 56
Binary 11001100 1011101 11110 0 110110 1010101 10100 10110 1001010 101110

Color Harmonies of #CC5D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5D1E

Black with #CC5D1E

Text Example


Text Example

White with #CC5D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5D1E; }

 p { color: rgb(204,93,30); }

 H1.HeaderClassName
 {
   color: #CC5D1E;
 }
 .AnyTagClassName
 {
   color: #CC5D1E;
 }
</style>

background-color css

<style>
 a { background-color: #CC5D1E; }

 a { background-color: rgb(204,93,30); }

 div.DivClassName
 {
   background-color: #CC5D1E;
 }
 .BgClassName
 {
   background-color: #CC5D1E;
 }
</style>

border-color css

<style>
 span { border-color: #CC5D1E; }

 span { border-color: rgb(204,93,30); }

 td.TdClassName
 {
   border-color: #CC5D1E;
 }
 .TagClassName
 {
   border-color: #CC5D1E;
 }
</style>