Html Css Color HEX #C56015 Chocolate

📋 copy color: '#C56015'

red 197 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #C56015

Tints of Chocolate #C56015

RGB

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

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

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

R = 62.74%
G = 30.57%
B = 6.69%

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

#C56015 (or 0xC56015) is known color: Chocolate. HEX triplet: C5, 60 and 15. RGB value is (197,96,21). Sum of RGB (Red+Green+Blue) = 197+96+21=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C56015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56015 is #3A9FEA. Grayscale: #767676. Windows color (decimal): -3842027 or 1401029. OLE color: 1401029.

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

Color convert

RGB 197 96 21 -
CMYK 0 0.51 0.89 0.23
HSL 25.57º 0.81% 0.43% -
HSV(B) 25.57º 0.89% 0.77% -
XYZ 27.34 20.29 3.18 -
YUV 117.65 73.46 184.6 -
System Red Green Blue C M Y K H S L
Decimal 197 96 21 0 0.51 0.89 0.23 25.57 0.81 0.43
Hex C5 60 15 0 33 59 17 1A 51 2B
Octal 305 140 25 0 63 131 27 32 121 53
Binary 11000101 1100000 10101 0 110011 1011001 10111 11010 1010001 101011

Color Harmonies of #C56015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56015

Black with #C56015

Text Example


Text Example

White with #C56015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56015; }

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

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

background-color css

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

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

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

border-color css

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

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

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