Html Css Color HEX #C56515 Chocolate

📋 copy color: '#C56515'

red 197 ◦ green 101 ◦ blue 21

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

Shades of Chocolate #C56515

Tints of Chocolate #C56515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.66%

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

R = 61.76%
G = 31.66%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C56515 (or 0xC56515) is known color: Chocolate. HEX triplet: C5, 65 and 15. RGB value is (197,101,21). Sum of RGB (Red+Green+Blue) = 197+101+21=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C56515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56515 is #3A9AEA. Grayscale: #797979. Windows color (decimal): -3840747 or 1402309. OLE color: 1402309.

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

Color convert

RGB 197 101 21 -
CMYK 0 0.49 0.89 0.23
HSL 27.27º 0.81% 0.43% -
HSV(B) 27.27º 0.89% 0.77% -
XYZ 27.82 21.23 3.34 -
YUV 120.58 71.8 182.5 -
System Red Green Blue C M Y K H S L
Decimal 197 101 21 0 0.49 0.89 0.23 27.27 0.81 0.43
Hex C5 65 15 0 31 59 17 1B 51 2B
Octal 305 145 25 0 61 131 27 33 121 53
Binary 11000101 1100101 10101 0 110001 1011001 10111 11011 1010001 101011

Color Harmonies of #C56515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56515

Black with #C56515

Text Example


Text Example

White with #C56515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56515; }

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

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

background-color css

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

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

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

border-color css

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

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

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