Html Css Color HEX #C76E10 Chocolate

📋 copy color: '#C76E10'

red 199 ◦ green 110 ◦ blue 16

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

Shades of Chocolate #C76E10

Tints of Chocolate #C76E10

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.85%

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 61.23%
G = 33.85%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C76E10 (or 0xC76E10) is known color: Chocolate. HEX triplet: C7, 6E and 10. RGB value is (199,110,16). Sum of RGB (Red+Green+Blue) = 199+110+16=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76E10 is #3891EF. Grayscale: #7E7E7E. Windows color (decimal): -3707376 or 1076935. OLE color: 1076935.

HSL color Cylindrical-coordinate representation of color #C76E10: hue angle of 30.82º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C76E10 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 110 16 -
CMYK 0 0.45 0.92 0.22
HSL 30.82º 0.85% 0.42% -
HSV(B) 30.82º 0.92% 0.78% -
XYZ 29.22 23.33 3.45 -
YUV 125.9 65.99 180.14 -
System Red Green Blue C M Y K H S L
Decimal 199 110 16 0 0.45 0.92 0.22 30.82 0.85 0.42
Hex C7 6E 10 0 2D 5C 16 1F 55 2A
Octal 307 156 20 0 55 134 26 37 125 52
Binary 11000111 1101110 10000 0 101101 1011100 10110 11111 1010101 101010

Color Harmonies of #C76E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E10

Black with #C76E10

Text Example


Text Example

White with #C76E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E10; }

 p { color: rgb(199,110,16); }

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

background-color css

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

 a { background-color: rgb(199,110,16); }

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

border-color css

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

 span { border-color: rgb(199,110,16); }

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