Html Css Color HEX #C56215 Chocolate

📋 copy color: '#C56215'

red 197 ◦ green 98 ◦ blue 21

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

Shades of Chocolate #C56215

Tints of Chocolate #C56215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

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

R = 62.34%
G = 31.01%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C56215 (or 0xC56215) is known color: Chocolate. HEX triplet: C5, 62 and 15. RGB value is (197,98,21). Sum of RGB (Red+Green+Blue) = 197+98+21=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C56215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56215 is #3A9DEA. Grayscale: #777777. Windows color (decimal): -3841515 or 1401541. OLE color: 1401541.

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

Color convert

RGB 197 98 21 -
CMYK 0 0.50 0.89 0.23
HSL 26.25º 0.81% 0.43% -
HSV(B) 26.25º 0.89% 0.77% -
XYZ 27.53 20.66 3.25 -
YUV 118.82 72.8 183.76 -
System Red Green Blue C M Y K H S L
Decimal 197 98 21 0 0.50 0.89 0.23 26.25 0.81 0.43
Hex C5 62 15 0 32 59 17 1A 51 2B
Octal 305 142 25 0 62 131 27 32 121 53
Binary 11000101 1100010 10101 0 110010 1011001 10111 11010 1010001 101011

Color Harmonies of #C56215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56215

Black with #C56215

Text Example


Text Example

White with #C56215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56215; }

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

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

background-color css

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

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

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

border-color css

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

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

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