Html Css Color HEX #CC591F Chocolate

📋 copy color: '#CC591F'

red 204 ◦ green 89 ◦ blue 31

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

Shades of Chocolate #CC591F

Tints of Chocolate #CC591F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.57%

R = 62.96%
G = 27.47%
B = 9.57%

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

#CC591F (or 0xCC591F) is known color: Chocolate. HEX triplet: CC, 59 and 1F. RGB value is (204,89,31). Sum of RGB (Red+Green+Blue) = 204+89+31=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC591F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC591F is #33A6E0. Grayscale: #757575. Windows color (decimal): -3385057 or 2054604. OLE color: 2054604.

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

Color convert

RGB 204 89 31 -
CMYK 0 0.56 0.85 0.2
HSL 20.12º 0.74% 0.46% -
HSV(B) 20.12º 0.85% 0.8% -
XYZ 28.72 20.08 3.66 -
YUV 116.77 79.6 190.22 -
System Red Green Blue C M Y K H S L
Decimal 204 89 31 0 0.56 0.85 0.2 20.12 0.74 0.46
Hex CC 59 1F 0 38 55 14 14 4A 2E
Octal 314 131 37 0 70 125 24 24 112 56
Binary 11001100 1011001 11111 0 111000 1010101 10100 10100 1001010 101110

Color Harmonies of #CC591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC591F

Black with #CC591F

Text Example


Text Example

White with #CC591F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC591F; }

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

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

background-color css

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

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

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

border-color css

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

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

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