Html Css Color HEX #CC571C Chocolate

📋 copy color: '#CC571C'

red 204 ◦ green 87 ◦ blue 28

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

Shades of Chocolate #CC571C

Tints of Chocolate #CC571C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.27%

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

R = 63.95%
G = 27.27%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC571C (or 0xCC571C) is known color: Chocolate. HEX triplet: CC, 57 and 1C. RGB value is (204,87,28). Sum of RGB (Red+Green+Blue) = 204+87+28=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC571C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC571C is #33A8E3. Grayscale: #737373. Windows color (decimal): -3385572 or 1857484. OLE color: 1857484.

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

Color convert

RGB 204 87 28 -
CMYK 0 0.57 0.86 0.2
HSL 20.11º 0.76% 0.45% -
HSV(B) 20.11º 0.86% 0.8% -
XYZ 28.52 19.74 3.41 -
YUV 115.26 78.76 191.3 -
System Red Green Blue C M Y K H S L
Decimal 204 87 28 0 0.57 0.86 0.2 20.11 0.76 0.45
Hex CC 57 1C 0 39 56 14 14 4C 2D
Octal 314 127 34 0 71 126 24 24 114 55
Binary 11001100 1010111 11100 0 111001 1010110 10100 10100 1001100 101101

Color Harmonies of #CC571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC571C

Black with #CC571C

Text Example


Text Example

White with #CC571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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