Html Css Color HEX #CC561A Chocolate

📋 copy color: '#CC561A'

red 204 ◦ green 86 ◦ blue 26

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

Shades of Chocolate #CC561A

Tints of Chocolate #CC561A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.23%

R = 64.56%
G = 27.22%
B = 8.23%

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

#CC561A (or 0xCC561A) is known color: Chocolate. HEX triplet: CC, 56 and 1A. RGB value is (204,86,26). Sum of RGB (Red+Green+Blue) = 204+86+26=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC561A is #33A9E5. Grayscale: #727272. Windows color (decimal): -3385830 or 1726156. OLE color: 1726156.

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

Color convert

RGB 204 86 26 -
CMYK 0 0.58 0.87 0.2
HSL 20.22º 0.77% 0.45% -
HSV(B) 20.22º 0.87% 0.8% -
XYZ 28.42 19.57 3.26 -
YUV 114.44 78.09 191.88 -
System Red Green Blue C M Y K H S L
Decimal 204 86 26 0 0.58 0.87 0.2 20.22 0.77 0.45
Hex CC 56 1A 0 3A 57 14 14 4D 2D
Octal 314 126 32 0 72 127 24 24 115 55
Binary 11001100 1010110 11010 0 111010 1010111 10100 10100 1001101 101101

Color Harmonies of #CC561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC561A

Black with #CC561A

Text Example


Text Example

White with #CC561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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