Html Css Color HEX #CC561E Chocolate

📋 copy color: '#CC561E'

red 204 ◦ green 86 ◦ blue 30

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

Shades of Chocolate #CC561E

Tints of Chocolate #CC561E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.38%

R = 63.75%
G = 26.88%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC561E (or 0xCC561E) is known color: Chocolate. HEX triplet: CC, 56 and 1E. RGB value is (204,86,30). Sum of RGB (Red+Green+Blue) = 204+86+30=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC561E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC561E is #33A9E1. Grayscale: #737373. Windows color (decimal): -3385826 or 1988300. OLE color: 1988300.

HSL color Cylindrical-coordinate representation of color #CC561E: hue angle of 19.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC561E is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 86 30 -
CMYK 0 0.58 0.85 0.2
HSL 19.31º 0.74% 0.46% -
HSV(B) 19.31º 0.85% 0.8% -
XYZ 28.46 19.59 3.51 -
YUV 114.9 80.09 191.55 -
System Red Green Blue C M Y K H S L
Decimal 204 86 30 0 0.58 0.85 0.2 19.31 0.74 0.46
Hex CC 56 1E 0 3A 55 14 13 4A 2E
Octal 314 126 36 0 72 125 24 23 112 56
Binary 11001100 1010110 11110 0 111010 1010101 10100 10011 1001010 101110

Color Harmonies of #CC561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC561E

Black with #CC561E

Text Example


Text Example

White with #CC561E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC561E; }

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

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

background-color css

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

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

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

border-color css

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

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

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