Html Css Color HEX #C56E0B Chocolate

📋 copy color: '#C56E0B'

red 197 ◦ green 110 ◦ blue 11

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

Shades of Chocolate #C56E0B

Tints of Chocolate #C56E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.46%

R = 61.95%
G = 34.59%
B = 3.46%

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

#C56E0B (or 0xC56E0B) is known color: Chocolate. HEX triplet: C5, 6E and 0B. RGB value is (197,110,11). Sum of RGB (Red+Green+Blue) = 197+110+11=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56E0B is #3A91F4. Grayscale: #7D7D7D. Windows color (decimal): -3838453 or 749253. OLE color: 749253.

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

Color convert

RGB 197 110 11 -
CMYK 0 0.44 0.94 0.23
HSL 31.94º 0.89% 0.41% -
HSV(B) 31.94º 0.94% 0.77% -
XYZ 28.66 23.05 3.25 -
YUV 124.73 63.82 179.55 -
System Red Green Blue C M Y K H S L
Decimal 197 110 11 0 0.44 0.94 0.23 31.94 0.89 0.41
Hex C5 6E B 0 2C 5E 17 20 59 29
Octal 305 156 13 0 54 136 27 40 131 51
Binary 11000101 1101110 1011 0 101100 1011110 10111 100000 1011001 101001

Color Harmonies of #C56E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56E0B

Black with #C56E0B

Text Example


Text Example

White with #C56E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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