Html Css Color HEX #C56112 Chocolate

📋 copy color: '#C56112'

red 197 ◦ green 97 ◦ blue 18

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

Shades of Chocolate #C56112

Tints of Chocolate #C56112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.09%

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

R = 63.14%
G = 31.09%
B = 5.77%

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

#C56112 (or 0xC56112) is known color: Chocolate. HEX triplet: C5, 61 and 12. RGB value is (197,97,18). Sum of RGB (Red+Green+Blue) = 197+97+18=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C56112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56112 is #3A9EED. Grayscale: #767676. Windows color (decimal): -3841774 or 1204677. OLE color: 1204677.

HSL color Cylindrical-coordinate representation of color #C56112: hue angle of 26.48º 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 #C56112 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 97 18 -
CMYK 0 0.51 0.91 0.23
HSL 26.48º 0.83% 0.42% -
HSV(B) 26.48º 0.91% 0.77% -
XYZ 27.41 20.46 3.08 -
YUV 117.89 71.63 184.42 -
System Red Green Blue C M Y K H S L
Decimal 197 97 18 0 0.51 0.91 0.23 26.48 0.83 0.42
Hex C5 61 12 0 33 5B 17 1A 53 2A
Octal 305 141 22 0 63 133 27 32 123 52
Binary 11000101 1100001 10010 0 110011 1011011 10111 11010 1010011 101010

Color Harmonies of #C56112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56112

Black with #C56112

Text Example


Text Example

White with #C56112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56112; }

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

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

background-color css

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

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

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

border-color css

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

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

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