Html Css Color HEX #CC571E Chocolate

📋 copy color: '#CC571E'

red 204 ◦ green 87 ◦ blue 30

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

Shades of Chocolate #CC571E

Tints of Chocolate #CC571E

RGB

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

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

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

R = 63.55%
G = 27.1%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC571E (or 0xCC571E) is known color: Chocolate. HEX triplet: CC, 57 and 1E. RGB value is (204,87,30). Sum of RGB (Red+Green+Blue) = 204+87+30=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC571E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC571E is #33A8E1. Grayscale: #737373. Windows color (decimal): -3385570 or 1988556. OLE color: 1988556.

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

Color convert

RGB 204 87 30 -
CMYK 0 0.57 0.85 0.2
HSL 19.66º 0.74% 0.46% -
HSV(B) 19.66º 0.85% 0.8% -
XYZ 28.54 19.75 3.54 -
YUV 115.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 204 87 30 0 0.57 0.85 0.2 19.66 0.74 0.46
Hex CC 57 1E 0 39 55 14 14 4A 2E
Octal 314 127 36 0 71 125 24 24 112 56
Binary 11001100 1010111 11110 0 111001 1010101 10100 10100 1001010 101110

Color Harmonies of #CC571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC571E

Black with #CC571E

Text Example


Text Example

White with #CC571E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC571E; }

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

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

background-color css

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

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

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

border-color css

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

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

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