Html Css Color HEX #C56111 Chocolate

📋 copy color: '#C56111'

red 197 ◦ green 97 ◦ blue 17

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

Shades of Chocolate #C56111

Tints of Chocolate #C56111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.47%

R = 63.34%
G = 31.19%
B = 5.47%

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

#C56111 (or 0xC56111) is known color: Chocolate. HEX triplet: C5, 61 and 11. RGB value is (197,97,17). Sum of RGB (Red+Green+Blue) = 197+97+17=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C56111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56111 is #3A9EEE. Grayscale: #767676. Windows color (decimal): -3841775 or 1139141. OLE color: 1139141.

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

Color convert

RGB 197 97 17 -
CMYK 0 0.51 0.91 0.23
HSL 26.67º 0.84% 0.42% -
HSV(B) 26.67º 0.91% 0.77% -
XYZ 27.4 20.46 3.04 -
YUV 117.78 71.13 184.5 -
System Red Green Blue C M Y K H S L
Decimal 197 97 17 0 0.51 0.91 0.23 26.67 0.84 0.42
Hex C5 61 11 0 33 5B 17 1B 54 2A
Octal 305 141 21 0 63 133 27 33 124 52
Binary 11000101 1100001 10001 0 110011 1011011 10111 11011 1010100 101010

Color Harmonies of #C56111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56111

Black with #C56111

Text Example


Text Example

White with #C56111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56111; }

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

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

background-color css

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

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

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

border-color css

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

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

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