Html Css Color HEX #C76215 Chocolate

📋 copy color: '#C76215'

red 199 ◦ green 98 ◦ blue 21

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

Shades of Chocolate #C76215

Tints of Chocolate #C76215

RGB

 RED value IS 199 (78.13% from 255) = 62.58%

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

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

R = 62.58%
G = 30.82%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C76215 (or 0xC76215) is known color: Chocolate. HEX triplet: C7, 62 and 15. RGB value is (199,98,21). Sum of RGB (Red+Green+Blue) = 199+98+21=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C76215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76215 is #389DEA. Grayscale: #777777. Windows color (decimal): -3710443 or 1401543. OLE color: 1401543.

HSL color Cylindrical-coordinate representation of color #C76215: hue angle of 25.96º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C76215 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 98 21 -
CMYK 0 0.51 0.89 0.22
HSL 25.96º 0.81% 0.43% -
HSV(B) 25.96º 0.89% 0.78% -
XYZ 28.06 20.93 3.27 -
YUV 119.42 72.46 184.76 -
System Red Green Blue C M Y K H S L
Decimal 199 98 21 0 0.51 0.89 0.22 25.96 0.81 0.43
Hex C7 62 15 0 33 59 16 1A 51 2B
Octal 307 142 25 0 63 131 26 32 121 53
Binary 11000111 1100010 10101 0 110011 1011001 10110 11010 1010001 101011

Color Harmonies of #C76215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76215

Black with #C76215

Text Example


Text Example

White with #C76215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76215; }

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

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

background-color css

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

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

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

border-color css

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

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

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