Html Css Color HEX #C56C17 Chocolate

📋 copy color: '#C56C17'

red 197 ◦ green 108 ◦ blue 23

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

Shades of Chocolate #C56C17

Tints of Chocolate #C56C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.01%

R = 60.06%
G = 32.93%
B = 7.01%

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

#C56C17 (or 0xC56C17) is known color: Chocolate. HEX triplet: C5, 6C and 17. RGB value is (197,108,23). Sum of RGB (Red+Green+Blue) = 197+108+23=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56C17 is #3A93E8. Grayscale: #7D7D7D. Windows color (decimal): -3838953 or 1535173. OLE color: 1535173.

HSL color Cylindrical-coordinate representation of color #C56C17: hue angle of 29.31º degrees, saturation: 0.79, 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 #C56C17 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 108 23 -
CMYK 0 0.45 0.88 0.23
HSL 29.31º 0.79% 0.43% -
HSV(B) 29.31º 0.88% 0.77% -
XYZ 28.54 22.66 3.68 -
YUV 124.92 70.49 179.41 -
System Red Green Blue C M Y K H S L
Decimal 197 108 23 0 0.45 0.88 0.23 29.31 0.79 0.43
Hex C5 6C 17 0 2D 58 17 1D 4F 2B
Octal 305 154 27 0 55 130 27 35 117 53
Binary 11000101 1101100 10111 0 101101 1011000 10111 11101 1001111 101011

Color Harmonies of #C56C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56C17

Black with #C56C17

Text Example


Text Example

White with #C56C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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