Html Css Color HEX #C76015 Chocolate

📋 copy color: '#C76015'

red 199 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #C76015

Tints of Chocolate #C76015

RGB

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

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

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

R = 62.97%
G = 30.38%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C76015 (or 0xC76015) is known color: Chocolate. HEX triplet: C7, 60 and 15. RGB value is (199,96,21). Sum of RGB (Red+Green+Blue) = 199+96+21=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C76015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76015 is #389FEA. Grayscale: #767676. Windows color (decimal): -3710955 or 1401031. OLE color: 1401031.

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

Color convert

RGB 199 96 21 -
CMYK 0 0.52 0.89 0.22
HSL 25.28º 0.81% 0.43% -
HSV(B) 25.28º 0.89% 0.78% -
XYZ 27.87 20.56 3.21 -
YUV 118.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 199 96 21 0 0.52 0.89 0.22 25.28 0.81 0.43
Hex C7 60 15 0 34 59 16 19 51 2B
Octal 307 140 25 0 64 131 26 31 121 53
Binary 11000111 1100000 10101 0 110100 1011001 10110 11001 1010001 101011

Color Harmonies of #C76015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76015

Black with #C76015

Text Example


Text Example

White with #C76015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76015; }

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

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

background-color css

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

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

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

border-color css

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

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

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