Html Css Color HEX #CC591E Chocolate

📋 copy color: '#CC591E'

red 204 ◦ green 89 ◦ blue 30

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

Shades of Chocolate #CC591E

Tints of Chocolate #CC591E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

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

R = 63.16%
G = 27.55%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC591E (or 0xCC591E) is known color: Chocolate. HEX triplet: CC, 59 and 1E. RGB value is (204,89,30). Sum of RGB (Red+Green+Blue) = 204+89+30=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC591E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC591E is #33A6E1. Grayscale: #757575. Windows color (decimal): -3385058 or 1989068. OLE color: 1989068.

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

Color convert

RGB 204 89 30 -
CMYK 0 0.56 0.85 0.2
HSL 20.34º 0.74% 0.46% -
HSV(B) 20.34º 0.85% 0.8% -
XYZ 28.71 20.08 3.59 -
YUV 116.66 79.1 190.3 -
System Red Green Blue C M Y K H S L
Decimal 204 89 30 0 0.56 0.85 0.2 20.34 0.74 0.46
Hex CC 59 1E 0 38 55 14 14 4A 2E
Octal 314 131 36 0 70 125 24 24 112 56
Binary 11001100 1011001 11110 0 111000 1010101 10100 10100 1001010 101110

Color Harmonies of #CC591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC591E

Black with #CC591E

Text Example


Text Example

White with #CC591E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC591E; }

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

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

background-color css

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

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

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

border-color css

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

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

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