Html Css Color HEX #CC5914 Chocolate

📋 copy color: '#CC5914'

red 204 ◦ green 89 ◦ blue 20

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

Shades of Chocolate #CC5914

Tints of Chocolate #CC5914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.43%

 BLUE value IS 20 (8.2% from 255) = 6.39%

R = 65.18%
G = 28.43%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC5914 (or 0xCC5914) is known color: Chocolate. HEX triplet: CC, 59 and 14. RGB value is (204,89,20). Sum of RGB (Red+Green+Blue) = 204+89+20=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5914 is #33A6EB. Grayscale: #737373. Windows color (decimal): -3385068 or 1333708. OLE color: 1333708.

HSL color Cylindrical-coordinate representation of color #CC5914: hue angle of 22.5º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC5914 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 89 20 -
CMYK 0 0.56 0.90 0.2
HSL 22.5º 0.82% 0.44% -
HSV(B) 22.5º 0.9% 0.8% -
XYZ 28.6 20.03 3.02 -
YUV 115.52 74.1 191.11 -
System Red Green Blue C M Y K H S L
Decimal 204 89 20 0 0.56 0.90 0.2 22.5 0.82 0.44
Hex CC 59 14 0 38 5A 14 16 52 2C
Octal 314 131 24 0 70 132 24 26 122 54
Binary 11001100 1011001 10100 0 111000 1011010 10100 10110 1010010 101100

Color Harmonies of #CC5914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5914

Black with #CC5914

Text Example


Text Example

White with #CC5914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5914; }

 p { color: rgb(204,89,20); }

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

background-color css

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

 a { background-color: rgb(204,89,20); }

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

border-color css

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

 span { border-color: rgb(204,89,20); }

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