Html Css Color HEX #CC5B14 Chocolate

📋 copy color: '#CC5B14'

red 204 ◦ green 91 ◦ blue 20

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

Shades of Chocolate #CC5B14

Tints of Chocolate #CC5B14

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.89%

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

R = 64.76%
G = 28.89%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC5B14 (or 0xCC5B14) is known color: Chocolate. HEX triplet: CC, 5B and 14. RGB value is (204,91,20). Sum of RGB (Red+Green+Blue) = 204+91+20=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5B14 is #33A4EB. Grayscale: #757575. Windows color (decimal): -3384556 or 1334220. OLE color: 1334220.

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

Color convert

RGB 204 91 20 -
CMYK 0 0.55 0.90 0.2
HSL 23.15º 0.82% 0.44% -
HSV(B) 23.15º 0.9% 0.8% -
XYZ 28.77 20.37 3.08 -
YUV 116.69 73.44 190.27 -
System Red Green Blue C M Y K H S L
Decimal 204 91 20 0 0.55 0.90 0.2 23.15 0.82 0.44
Hex CC 5B 14 0 37 5A 14 17 52 2C
Octal 314 133 24 0 67 132 24 27 122 54
Binary 11001100 1011011 10100 0 110111 1011010 10100 10111 1010010 101100

Color Harmonies of #CC5B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5B14

Black with #CC5B14

Text Example


Text Example

White with #CC5B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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