Html Css Color HEX #CC601C Chocolate

📋 copy color: '#CC601C'

red 204 ◦ green 96 ◦ blue 28

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

Shades of Chocolate #CC601C

Tints of Chocolate #CC601C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

 BLUE value IS 28 (11.33% from 255) = 8.54%

R = 62.2%
G = 29.27%
B = 8.54%

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

#CC601C (or 0xCC601C) is known color: Chocolate. HEX triplet: CC, 60 and 1C. RGB value is (204,96,28). Sum of RGB (Red+Green+Blue) = 204+96+28=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC601C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC601C is #339FE3. Grayscale: #787878. Windows color (decimal): -3383268 or 1859788. OLE color: 1859788.

HSL color Cylindrical-coordinate representation of color #CC601C: hue angle of 23.18º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC601C is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 96 28 -
CMYK 0 0.53 0.86 0.2
HSL 23.18º 0.76% 0.45% -
HSV(B) 23.18º 0.86% 0.8% -
XYZ 29.29 21.29 3.66 -
YUV 120.54 75.78 187.53 -
System Red Green Blue C M Y K H S L
Decimal 204 96 28 0 0.53 0.86 0.2 23.18 0.76 0.45
Hex CC 60 1C 0 35 56 14 17 4C 2D
Octal 314 140 34 0 65 126 24 27 114 55
Binary 11001100 1100000 11100 0 110101 1010110 10100 10111 1001100 101101

Color Harmonies of #CC601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC601C

Black with #CC601C

Text Example


Text Example

White with #CC601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC601C; }

 p { color: rgb(204,96,28); }

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

background-color css

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

 a { background-color: rgb(204,96,28); }

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

border-color css

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

 span { border-color: rgb(204,96,28); }

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