Html Css Color HEX #C76116 Chocolate

📋 copy color: '#C76116'

red 199 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #C76116

Tints of Chocolate #C76116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.5%

 BLUE value IS 22 (8.98% from 255) = 6.92%

R = 62.58%
G = 30.5%
B = 6.92%

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

#C76116 (or 0xC76116) is known color: Chocolate. HEX triplet: C7, 61 and 16. RGB value is (199,97,22). Sum of RGB (Red+Green+Blue) = 199+97+22=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C76116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76116 is #389EE9. Grayscale: #777777. Windows color (decimal): -3710698 or 1466823. OLE color: 1466823.

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

Color convert

RGB 199 97 22 -
CMYK 0 0.51 0.89 0.22
HSL 25.42º 0.8% 0.43% -
HSV(B) 25.42º 0.89% 0.78% -
XYZ 27.97 20.75 3.29 -
YUV 118.95 73.29 185.1 -
System Red Green Blue C M Y K H S L
Decimal 199 97 22 0 0.51 0.89 0.22 25.42 0.8 0.43
Hex C7 61 16 0 33 59 16 19 50 2B
Octal 307 141 26 0 63 131 26 31 120 53
Binary 11000111 1100001 10110 0 110011 1011001 10110 11001 1010000 101011

Color Harmonies of #C76116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76116

Black with #C76116

Text Example


Text Example

White with #C76116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76116; }

 p { color: rgb(199,97,22); }

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

background-color css

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

 a { background-color: rgb(199,97,22); }

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

border-color css

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

 span { border-color: rgb(199,97,22); }

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