Html Css Color HEX #CC611B Chocolate

📋 copy color: '#CC611B'

red 204 ◦ green 97 ◦ blue 27

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

Shades of Chocolate #CC611B

Tints of Chocolate #CC611B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.23%

R = 62.2%
G = 29.57%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC611B (or 0xCC611B) is known color: Chocolate. HEX triplet: CC, 61 and 1B. RGB value is (204,97,27). Sum of RGB (Red+Green+Blue) = 204+97+27=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC611B is #339EE4. Grayscale: #797979. Windows color (decimal): -3383013 or 1794508. OLE color: 1794508.

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

Color convert

RGB 204 97 27 -
CMYK 0 0.52 0.87 0.2
HSL 23.73º 0.77% 0.45% -
HSV(B) 23.73º 0.87% 0.8% -
XYZ 29.37 21.47 3.63 -
YUV 121.01 74.95 187.19 -
System Red Green Blue C M Y K H S L
Decimal 204 97 27 0 0.52 0.87 0.2 23.73 0.77 0.45
Hex CC 61 1B 0 34 57 14 18 4D 2D
Octal 314 141 33 0 64 127 24 30 115 55
Binary 11001100 1100001 11011 0 110100 1010111 10100 11000 1001101 101101

Color Harmonies of #CC611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC611B

Black with #CC611B

Text Example


Text Example

White with #CC611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC611B; }

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

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

background-color css

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

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

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

border-color css

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

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

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