Html Css Color HEX #CC611C Chocolate

📋 copy color: '#CC611C'

red 204 ◦ green 97 ◦ blue 28

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

Shades of Chocolate #CC611C

Tints of Chocolate #CC611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

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

R = 62.01%
G = 29.48%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC611C (or 0xCC611C) is known color: Chocolate. HEX triplet: CC, 61 and 1C. RGB value is (204,97,28). Sum of RGB (Red+Green+Blue) = 204+97+28=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC611C is #339EE3. Grayscale: #797979. Windows color (decimal): -3383012 or 1860044. OLE color: 1860044.

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

Color convert

RGB 204 97 28 -
CMYK 0 0.52 0.86 0.2
HSL 23.52º 0.76% 0.45% -
HSV(B) 23.52º 0.86% 0.8% -
XYZ 29.39 21.47 3.69 -
YUV 121.13 75.45 187.11 -
System Red Green Blue C M Y K H S L
Decimal 204 97 28 0 0.52 0.86 0.2 23.52 0.76 0.45
Hex CC 61 1C 0 34 56 14 18 4C 2D
Octal 314 141 34 0 64 126 24 30 114 55
Binary 11001100 1100001 11100 0 110100 1010110 10100 11000 1001100 101101

Color Harmonies of #CC611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC611C

Black with #CC611C

Text Example


Text Example

White with #CC611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC611C; }

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

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

background-color css

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

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

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

border-color css

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

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

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