Html Css Color HEX #CC561B Chocolate

📋 copy color: '#CC561B'

red 204 ◦ green 86 ◦ blue 27

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

Shades of Chocolate #CC561B

Tints of Chocolate #CC561B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

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

R = 64.35%
G = 27.13%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC561B (or 0xCC561B) is known color: Chocolate. HEX triplet: CC, 56 and 1B. RGB value is (204,86,27). Sum of RGB (Red+Green+Blue) = 204+86+27=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC561B is #33A9E4. Grayscale: #727272. Windows color (decimal): -3385829 or 1791692. OLE color: 1791692.

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

Color convert

RGB 204 86 27 -
CMYK 0 0.58 0.87 0.2
HSL 20º 0.77% 0.45% -
HSV(B) 20º 0.87% 0.8% -
XYZ 28.43 19.57 3.32 -
YUV 114.56 78.59 191.8 -
System Red Green Blue C M Y K H S L
Decimal 204 86 27 0 0.58 0.87 0.2 20 0.77 0.45
Hex CC 56 1B 0 3A 57 14 14 4D 2D
Octal 314 126 33 0 72 127 24 24 115 55
Binary 11001100 1010110 11011 0 111010 1010111 10100 10100 1001101 101101

Color Harmonies of #CC561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC561B

Black with #CC561B

Text Example


Text Example

White with #CC561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC561B; }

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

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

background-color css

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

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

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

border-color css

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

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

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