Html Css Color HEX #C56115 Chocolate

📋 copy color: '#C56115'

red 197 ◦ green 97 ◦ blue 21

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

Shades of Chocolate #C56115

Tints of Chocolate #C56115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.79%

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 62.54%
G = 30.79%
B = 6.67%

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

#C56115 (or 0xC56115) is known color: Chocolate. HEX triplet: C5, 61 and 15. RGB value is (197,97,21). Sum of RGB (Red+Green+Blue) = 197+97+21=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C56115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56115 is #3A9EEA. Grayscale: #767676. Windows color (decimal): -3841771 or 1401285. OLE color: 1401285.

HSL color Cylindrical-coordinate representation of color #C56115: hue angle of 25.91º degrees, saturation: 0.81, 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 #C56115 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 97 21 -
CMYK 0 0.51 0.89 0.23
HSL 25.91º 0.81% 0.43% -
HSV(B) 25.91º 0.89% 0.77% -
XYZ 27.44 20.47 3.22 -
YUV 118.24 73.13 184.18 -
System Red Green Blue C M Y K H S L
Decimal 197 97 21 0 0.51 0.89 0.23 25.91 0.81 0.43
Hex C5 61 15 0 33 59 17 1A 51 2B
Octal 305 141 25 0 63 131 27 32 121 53
Binary 11000101 1100001 10101 0 110011 1011001 10111 11010 1010001 101011

Color Harmonies of #C56115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56115

Black with #C56115

Text Example


Text Example

White with #C56115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56115; }

 p { color: rgb(197,97,21); }

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

background-color css

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

 a { background-color: rgb(197,97,21); }

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

border-color css

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

 span { border-color: rgb(197,97,21); }

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