Html Css Color HEX #C56C14 Chocolate

📋 copy color: '#C56C14'

red 197 ◦ green 108 ◦ blue 20

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

Shades of Chocolate #C56C14

Tints of Chocolate #C56C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.15%

R = 60.62%
G = 33.23%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C56C14 (or 0xC56C14) is known color: Chocolate. HEX triplet: C5, 6C and 14. RGB value is (197,108,20). Sum of RGB (Red+Green+Blue) = 197+108+20=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56C14 is #3A93EB. Grayscale: #7D7D7D. Windows color (decimal): -3838956 or 1338565. OLE color: 1338565.

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

Color convert

RGB 197 108 20 -
CMYK 0 0.45 0.90 0.23
HSL 29.83º 0.82% 0.43% -
HSV(B) 29.83º 0.9% 0.77% -
XYZ 28.51 22.65 3.53 -
YUV 124.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 197 108 20 0 0.45 0.90 0.23 29.83 0.82 0.43
Hex C5 6C 14 0 2D 5A 17 1E 52 2B
Octal 305 154 24 0 55 132 27 36 122 53
Binary 11000101 1101100 10100 0 101101 1011010 10111 11110 1010010 101011

Color Harmonies of #C56C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56C14

Black with #C56C14

Text Example


Text Example

White with #C56C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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