Html Css Color HEX #CC5F1D Chocolate

📋 copy color: '#CC5F1D'

red 204 ◦ green 95 ◦ blue 29

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

Shades of Chocolate #CC5F1D

Tints of Chocolate #CC5F1D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

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

R = 62.2%
G = 28.96%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC5F1D (or 0xCC5F1D) is known color: Chocolate. HEX triplet: CC, 5F and 1D. RGB value is (204,95,29). Sum of RGB (Red+Green+Blue) = 204+95+29=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5F1D is #33A0E2. Grayscale: #787878. Windows color (decimal): -3383523 or 1925068. OLE color: 1925068.

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

Color convert

RGB 204 95 29 -
CMYK 0 0.53 0.86 0.2
HSL 22.63º 0.75% 0.46% -
HSV(B) 22.63º 0.86% 0.8% -
XYZ 29.22 21.11 3.7 -
YUV 120.07 76.61 187.87 -
System Red Green Blue C M Y K H S L
Decimal 204 95 29 0 0.53 0.86 0.2 22.63 0.75 0.46
Hex CC 5F 1D 0 35 56 14 17 4B 2E
Octal 314 137 35 0 65 126 24 27 113 56
Binary 11001100 1011111 11101 0 110101 1010110 10100 10111 1001011 101110

Color Harmonies of #CC5F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5F1D

Black with #CC5F1D

Text Example


Text Example

White with #CC5F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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