Html Css Color HEX #CC5D12 Chocolate

📋 copy color: '#CC5D12'

red 204 ◦ green 93 ◦ blue 18

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

Shades of Chocolate #CC5D12

Tints of Chocolate #CC5D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.52%

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 64.76%
G = 29.52%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC5D12 (or 0xCC5D12) is known color: Chocolate. HEX triplet: CC, 5D and 12. RGB value is (204,93,18). Sum of RGB (Red+Green+Blue) = 204+93+18=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5D12 is #33A2ED. Grayscale: #767676. Windows color (decimal): -3384046 or 1203660. OLE color: 1203660.

HSL color Cylindrical-coordinate representation of color #CC5D12: hue angle of 24.19º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC5D12 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 93 18 -
CMYK 0 0.54 0.91 0.2
HSL 24.19º 0.84% 0.44% -
HSV(B) 24.19º 0.91% 0.8% -
XYZ 28.93 20.71 3.05 -
YUV 117.64 71.77 189.6 -
System Red Green Blue C M Y K H S L
Decimal 204 93 18 0 0.54 0.91 0.2 24.19 0.84 0.44
Hex CC 5D 12 0 36 5B 14 18 54 2C
Octal 314 135 22 0 66 133 24 30 124 54
Binary 11001100 1011101 10010 0 110110 1011011 10100 11000 1010100 101100

Color Harmonies of #CC5D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5D12

Black with #CC5D12

Text Example


Text Example

White with #CC5D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5D12; }

 p { color: rgb(204,93,18); }

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

background-color css

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

 a { background-color: rgb(204,93,18); }

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

border-color css

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

 span { border-color: rgb(204,93,18); }

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