Html Css Color HEX #C95716 Chocolate

📋 copy color: '#C95716'

red 201 ◦ green 87 ◦ blue 22

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

Shades of Chocolate #C95716

Tints of Chocolate #C95716

RGB

 RED value IS 201 (78.91% from 255) = 64.84%

 GREEN value IS 87 (34.38% from 255) = 28.06%

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

R = 64.84%
G = 28.06%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C95716 (or 0xC95716) is known color: Chocolate. HEX triplet: C9, 57 and 16. RGB value is (201,87,22). Sum of RGB (Red+Green+Blue) = 201+87+22=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C95716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95716 is #36A8E9. Grayscale: #727272. Windows color (decimal): -3582186 or 1464265. OLE color: 1464265.

HSL color Cylindrical-coordinate representation of color #C95716: hue angle of 21.79º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C95716 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 87 22 -
CMYK 0 0.57 0.89 0.21
HSL 21.79º 0.8% 0.44% -
HSV(B) 21.79º 0.89% 0.79% -
XYZ 27.64 19.29 3.03 -
YUV 113.68 76.27 190.29 -
System Red Green Blue C M Y K H S L
Decimal 201 87 22 0 0.57 0.89 0.21 21.79 0.8 0.44
Hex C9 57 16 0 39 59 15 16 50 2C
Octal 311 127 26 0 71 131 25 26 120 54
Binary 11001001 1010111 10110 0 111001 1011001 10101 10110 1010000 101100

Color Harmonies of #C95716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95716

Black with #C95716

Text Example


Text Example

White with #C95716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95716; }

 p { color: rgb(201,87,22); }

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

background-color css

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

 a { background-color: rgb(201,87,22); }

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

border-color css

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

 span { border-color: rgb(201,87,22); }

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