Html Css Color HEX #C56116 Chocolate

📋 copy color: '#C56116'

red 197 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #C56116

Tints of Chocolate #C56116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.96%

R = 62.34%
G = 30.7%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C56116 (or 0xC56116) is known color: Chocolate. HEX triplet: C5, 61 and 16. RGB value is (197,97,22). Sum of RGB (Red+Green+Blue) = 197+97+22=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C56116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56116 is #3A9EE9. Grayscale: #767676. Windows color (decimal): -3841770 or 1466821. OLE color: 1466821.

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

Color convert

RGB 197 97 22 -
CMYK 0 0.51 0.89 0.23
HSL 25.71º 0.8% 0.43% -
HSV(B) 25.71º 0.89% 0.77% -
XYZ 27.45 20.48 3.27 -
YUV 118.35 73.63 184.1 -
System Red Green Blue C M Y K H S L
Decimal 197 97 22 0 0.51 0.89 0.23 25.71 0.8 0.43
Hex C5 61 16 0 33 59 17 1A 50 2B
Octal 305 141 26 0 63 131 27 32 120 53
Binary 11000101 1100001 10110 0 110011 1011001 10111 11010 1010000 101011

Color Harmonies of #C56116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56116

Black with #C56116

Text Example


Text Example

White with #C56116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56116; }

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

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

background-color css

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

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

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

border-color css

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

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

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