Html Css Color HEX #C56E0C Chocolate

📋 copy color: '#C56E0C'

red 197 ◦ green 110 ◦ blue 12

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

Shades of Chocolate #C56E0C

Tints of Chocolate #C56E0C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.48%

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 61.76%
G = 34.48%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C56E0C (or 0xC56E0C) is known color: Chocolate. HEX triplet: C5, 6E and 0C. RGB value is (197,110,12). Sum of RGB (Red+Green+Blue) = 197+110+12=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56E0C is #3A91F3. Grayscale: #7D7D7D. Windows color (decimal): -3838452 or 814789. OLE color: 814789.

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

Color convert

RGB 197 110 12 -
CMYK 0 0.44 0.94 0.23
HSL 31.78º 0.89% 0.41% -
HSV(B) 31.78º 0.94% 0.77% -
XYZ 28.67 23.05 3.29 -
YUV 124.84 64.32 179.47 -
System Red Green Blue C M Y K H S L
Decimal 197 110 12 0 0.44 0.94 0.23 31.78 0.89 0.41
Hex C5 6E C 0 2C 5E 17 20 59 29
Octal 305 156 14 0 54 136 27 40 131 51
Binary 11000101 1101110 1100 0 101100 1011110 10111 100000 1011001 101001

Color Harmonies of #C56E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56E0C

Black with #C56E0C

Text Example


Text Example

White with #C56E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56E0C; }

 p { color: rgb(197,110,12); }

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

background-color css

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

 a { background-color: rgb(197,110,12); }

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

border-color css

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

 span { border-color: rgb(197,110,12); }

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