Html Css Color HEX #CC571D Chocolate

📋 copy color: '#CC571D'

red 204 ◦ green 87 ◦ blue 29

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

Shades of Chocolate #CC571D

Tints of Chocolate #CC571D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.06%

R = 63.75%
G = 27.19%
B = 9.06%

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

#CC571D (or 0xCC571D) is known color: Chocolate. HEX triplet: CC, 57 and 1D. RGB value is (204,87,29). Sum of RGB (Red+Green+Blue) = 204+87+29=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC571D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC571D is #33A8E2. Grayscale: #737373. Windows color (decimal): -3385571 or 1923020. OLE color: 1923020.

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

Color convert

RGB 204 87 29 -
CMYK 0 0.57 0.86 0.2
HSL 19.89º 0.75% 0.46% -
HSV(B) 19.89º 0.86% 0.8% -
XYZ 28.53 19.74 3.47 -
YUV 115.37 79.26 191.22 -
System Red Green Blue C M Y K H S L
Decimal 204 87 29 0 0.57 0.86 0.2 19.89 0.75 0.46
Hex CC 57 1D 0 39 56 14 14 4B 2E
Octal 314 127 35 0 71 126 24 24 113 56
Binary 11001100 1010111 11101 0 111001 1010110 10100 10100 1001011 101110

Color Harmonies of #CC571D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC571D

Black with #CC571D

Text Example


Text Example

White with #CC571D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC571D; }

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

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

background-color css

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

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

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

border-color css

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

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

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