Html Css Color HEX #CC5C1F Chocolate

📋 copy color: '#CC5C1F'

red 204 ◦ green 92 ◦ blue 31

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

Shades of Chocolate #CC5C1F

Tints of Chocolate #CC5C1F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

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

R = 62.39%
G = 28.13%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC5C1F (or 0xCC5C1F) is known color: Chocolate. HEX triplet: CC, 5C and 1F. RGB value is (204,92,31). Sum of RGB (Red+Green+Blue) = 204+92+31=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C1F is #33A3E0. Grayscale: #767676. Windows color (decimal): -3384289 or 2055372. OLE color: 2055372.

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

Color convert

RGB 204 92 31 -
CMYK 0 0.55 0.85 0.2
HSL 21.16º 0.74% 0.46% -
HSV(B) 21.16º 0.85% 0.8% -
XYZ 28.98 20.59 3.74 -
YUV 118.53 78.61 188.96 -
System Red Green Blue C M Y K H S L
Decimal 204 92 31 0 0.55 0.85 0.2 21.16 0.74 0.46
Hex CC 5C 1F 0 37 55 14 15 4A 2E
Octal 314 134 37 0 67 125 24 25 112 56
Binary 11001100 1011100 11111 0 110111 1010101 10100 10101 1001010 101110

Color Harmonies of #CC5C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C1F

Black with #CC5C1F

Text Example


Text Example

White with #CC5C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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