Html Css Color HEX #C56012 Chocolate

📋 copy color: '#C56012'

red 197 ◦ green 96 ◦ blue 18

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

Shades of Chocolate #C56012

Tints of Chocolate #C56012

RGB

 RED value IS 197 (77.34% from 255) = 63.34%

 GREEN value IS 96 (37.89% from 255) = 30.87%

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

R = 63.34%
G = 30.87%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C56012 (or 0xC56012) is known color: Chocolate. HEX triplet: C5, 60 and 12. RGB value is (197,96,18). Sum of RGB (Red+Green+Blue) = 197+96+18=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C56012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56012 is #3A9FED. Grayscale: #757575. Windows color (decimal): -3842030 or 1204421. OLE color: 1204421.

HSL color Cylindrical-coordinate representation of color #C56012: hue angle of 26.15º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C56012 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 96 18 -
CMYK 0 0.51 0.91 0.23
HSL 26.15º 0.83% 0.42% -
HSV(B) 26.15º 0.91% 0.77% -
XYZ 27.32 20.28 3.05 -
YUV 117.31 71.96 184.84 -
System Red Green Blue C M Y K H S L
Decimal 197 96 18 0 0.51 0.91 0.23 26.15 0.83 0.42
Hex C5 60 12 0 33 5B 17 1A 53 2A
Octal 305 140 22 0 63 133 27 32 123 52
Binary 11000101 1100000 10010 0 110011 1011011 10111 11010 1010011 101010

Color Harmonies of #C56012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56012

Black with #C56012

Text Example


Text Example

White with #C56012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56012; }

 p { color: rgb(197,96,18); }

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

background-color css

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

 a { background-color: rgb(197,96,18); }

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

border-color css

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

 span { border-color: rgb(197,96,18); }

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