Html Css Color HEX #CC541C Chocolate

📋 copy color: '#CC541C'

red 204 ◦ green 84 ◦ blue 28

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

Shades of Chocolate #CC541C

Tints of Chocolate #CC541C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 64.56%
G = 26.58%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC541C (or 0xCC541C) is known color: Chocolate. HEX triplet: CC, 54 and 1C. RGB value is (204,84,28). Sum of RGB (Red+Green+Blue) = 204+84+28=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC541C is #33ABE3. Grayscale: #717171. Windows color (decimal): -3386340 or 1856716. OLE color: 1856716.

HSL color Cylindrical-coordinate representation of color #CC541C: hue angle of 19.09º 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 #CC541C is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 84 28 -
CMYK 0 0.59 0.86 0.2
HSL 19.09º 0.76% 0.45% -
HSV(B) 19.09º 0.86% 0.8% -
XYZ 28.28 19.26 3.33 -
YUV 113.5 79.76 192.55 -
System Red Green Blue C M Y K H S L
Decimal 204 84 28 0 0.59 0.86 0.2 19.09 0.76 0.45
Hex CC 54 1C 0 3B 56 14 13 4C 2D
Octal 314 124 34 0 73 126 24 23 114 55
Binary 11001100 1010100 11100 0 111011 1010110 10100 10011 1001100 101101

Color Harmonies of #CC541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC541C

Black with #CC541C

Text Example


Text Example

White with #CC541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC541C; }

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

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

background-color css

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

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

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

border-color css

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

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

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