Html Css Color HEX #C56C18 Chocolate

📋 copy color: '#C56C18'

red 197 ◦ green 108 ◦ blue 24

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

Shades of Chocolate #C56C18

Tints of Chocolate #C56C18

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

 BLUE value IS 24 (9.77% from 255) = 7.29%

R = 59.88%
G = 32.83%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C56C18 (or 0xC56C18) is known color: Chocolate. HEX triplet: C5, 6C and 18. RGB value is (197,108,24). Sum of RGB (Red+Green+Blue) = 197+108+24=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56C18 is #3A93E7. Grayscale: #7D7D7D. Windows color (decimal): -3838952 or 1600709. OLE color: 1600709.

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

Color convert

RGB 197 108 24 -
CMYK 0 0.45 0.88 0.23
HSL 29.13º 0.78% 0.43% -
HSV(B) 29.13º 0.88% 0.77% -
XYZ 28.55 22.66 3.73 -
YUV 125.04 70.99 179.33 -
System Red Green Blue C M Y K H S L
Decimal 197 108 24 0 0.45 0.88 0.23 29.13 0.78 0.43
Hex C5 6C 18 0 2D 58 17 1D 4E 2B
Octal 305 154 30 0 55 130 27 35 116 53
Binary 11000101 1101100 11000 0 101101 1011000 10111 11101 1001110 101011

Color Harmonies of #C56C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56C18

Black with #C56C18

Text Example


Text Example

White with #C56C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56C18; }

 p { color: rgb(197,108,24); }

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

background-color css

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

 a { background-color: rgb(197,108,24); }

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

border-color css

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

 span { border-color: rgb(197,108,24); }

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