Html Css Color HEX #C95D16 Chocolate

📋 copy color: '#C95D16'

red 201 ◦ green 93 ◦ blue 22

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

Shades of Chocolate #C95D16

Tints of Chocolate #C95D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.43%

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

R = 63.61%
G = 29.43%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C95D16 (or 0xC95D16) is known color: Chocolate. HEX triplet: C9, 5D and 16. RGB value is (201,93,22). Sum of RGB (Red+Green+Blue) = 201+93+22=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95D16 is #36A2E9. Grayscale: #757575. Windows color (decimal): -3580650 or 1465801. OLE color: 1465801.

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

Color convert

RGB 201 93 22 -
CMYK 0 0.54 0.89 0.21
HSL 23.8º 0.8% 0.44% -
HSV(B) 23.8º 0.89% 0.79% -
XYZ 28.15 20.3 3.19 -
YUV 117.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 201 93 22 0 0.54 0.89 0.21 23.8 0.8 0.44
Hex C9 5D 16 0 36 59 15 18 50 2C
Octal 311 135 26 0 66 131 25 30 120 54
Binary 11001001 1011101 10110 0 110110 1011001 10101 11000 1010000 101100

Color Harmonies of #C95D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D16

Black with #C95D16

Text Example


Text Example

White with #C95D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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