Html Css Color HEX #C56016 Chocolate

📋 copy color: '#C56016'

red 197 ◦ green 96 ◦ blue 22

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

Shades of Chocolate #C56016

Tints of Chocolate #C56016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.48%

 BLUE value IS 22 (8.98% from 255) = 6.98%

R = 62.54%
G = 30.48%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C56016 (or 0xC56016) is known color: Chocolate. HEX triplet: C5, 60 and 16. RGB value is (197,96,22). Sum of RGB (Red+Green+Blue) = 197+96+22=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C56016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56016 is #3A9FE9. Grayscale: #767676. Windows color (decimal): -3842026 or 1466565. OLE color: 1466565.

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

Color convert

RGB 197 96 22 -
CMYK 0 0.51 0.89 0.23
HSL 25.37º 0.8% 0.43% -
HSV(B) 25.37º 0.89% 0.77% -
XYZ 27.35 20.29 3.23 -
YUV 117.76 73.96 184.52 -
System Red Green Blue C M Y K H S L
Decimal 197 96 22 0 0.51 0.89 0.23 25.37 0.8 0.43
Hex C5 60 16 0 33 59 17 19 50 2B
Octal 305 140 26 0 63 131 27 31 120 53
Binary 11000101 1100000 10110 0 110011 1011001 10111 11001 1010000 101011

Color Harmonies of #C56016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56016

Black with #C56016

Text Example


Text Example

White with #C56016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56016; }

 p { color: rgb(197,96,22); }

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

background-color css

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

 a { background-color: rgb(197,96,22); }

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

border-color css

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

 span { border-color: rgb(197,96,22); }

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