Html Css Color HEX #CC5D1C Chocolate

📋 copy color: '#CC5D1C'

red 204 ◦ green 93 ◦ blue 28

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

Shades of Chocolate #CC5D1C

Tints of Chocolate #CC5D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.62%

R = 62.77%
G = 28.62%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC5D1C (or 0xCC5D1C) is known color: Chocolate. HEX triplet: CC, 5D and 1C. RGB value is (204,93,28). Sum of RGB (Red+Green+Blue) = 204+93+28=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D1C is #33A2E3. Grayscale: #777777. Windows color (decimal): -3384036 or 1859020. OLE color: 1859020.

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

Color convert

RGB 204 93 28 -
CMYK 0 0.54 0.86 0.2
HSL 22.16º 0.76% 0.45% -
HSV(B) 22.16º 0.86% 0.8% -
XYZ 29.03 20.75 3.57 -
YUV 118.78 76.77 188.79 -
System Red Green Blue C M Y K H S L
Decimal 204 93 28 0 0.54 0.86 0.2 22.16 0.76 0.45
Hex CC 5D 1C 0 36 56 14 16 4C 2D
Octal 314 135 34 0 66 126 24 26 114 55
Binary 11001100 1011101 11100 0 110110 1010110 10100 10110 1001100 101101

Color Harmonies of #CC5D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5D1C

Black with #CC5D1C

Text Example


Text Example

White with #CC5D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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