Html Css Color HEX #CC5F14 Chocolate

📋 copy color: '#CC5F14'

red 204 ◦ green 95 ◦ blue 20

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

Shades of Chocolate #CC5F14

Tints of Chocolate #CC5F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.78%

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

R = 63.95%
G = 29.78%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC5F14 (or 0xCC5F14) is known color: Chocolate. HEX triplet: CC, 5F and 14. RGB value is (204,95,20). Sum of RGB (Red+Green+Blue) = 204+95+20=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5F14 is #33A0EB. Grayscale: #777777. Windows color (decimal): -3383532 or 1335244. OLE color: 1335244.

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

Color convert

RGB 204 95 20 -
CMYK 0 0.53 0.90 0.2
HSL 24.46º 0.82% 0.44% -
HSV(B) 24.46º 0.9% 0.8% -
XYZ 29.12 21.07 3.19 -
YUV 119.04 72.11 188.6 -
System Red Green Blue C M Y K H S L
Decimal 204 95 20 0 0.53 0.90 0.2 24.46 0.82 0.44
Hex CC 5F 14 0 35 5A 14 18 52 2C
Octal 314 137 24 0 65 132 24 30 122 54
Binary 11001100 1011111 10100 0 110101 1011010 10100 11000 1010010 101100

Color Harmonies of #CC5F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5F14

Black with #CC5F14

Text Example


Text Example

White with #CC5F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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