Html Css Color HEX #C56415 Chocolate

📋 copy color: '#C56415'

red 197 ◦ green 100 ◦ blue 21

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

Shades of Chocolate #C56415

Tints of Chocolate #C56415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.45%

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

R = 61.95%
G = 31.45%
B = 6.6%

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

#C56415 (or 0xC56415) is known color: Chocolate. HEX triplet: C5, 64 and 15. RGB value is (197,100,21). Sum of RGB (Red+Green+Blue) = 197+100+21=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C56415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56415 is #3A9BEA. Grayscale: #787878. Windows color (decimal): -3841003 or 1402053. OLE color: 1402053.

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

Color convert

RGB 197 100 21 -
CMYK 0 0.49 0.89 0.23
HSL 26.93º 0.81% 0.43% -
HSV(B) 26.93º 0.89% 0.77% -
XYZ 27.72 21.04 3.31 -
YUV 120 72.14 182.92 -
System Red Green Blue C M Y K H S L
Decimal 197 100 21 0 0.49 0.89 0.23 26.93 0.81 0.43
Hex C5 64 15 0 31 59 17 1B 51 2B
Octal 305 144 25 0 61 131 27 33 121 53
Binary 11000101 1100100 10101 0 110001 1011001 10111 11011 1010001 101011

Color Harmonies of #C56415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56415

Black with #C56415

Text Example


Text Example

White with #C56415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56415; }

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

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

background-color css

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

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

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

border-color css

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

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

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