Html Css Color HEX #C95E16 Chocolate

📋 copy color: '#C95E16'

red 201 ◦ green 94 ◦ blue 22

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

Shades of Chocolate #C95E16

Tints of Chocolate #C95E16

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

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

R = 63.41%
G = 29.65%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C95E16 (or 0xC95E16) is known color: Chocolate. HEX triplet: C9, 5E and 16. RGB value is (201,94,22). Sum of RGB (Red+Green+Blue) = 201+94+22=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95E16 is #36A1E9. Grayscale: #767676. Windows color (decimal): -3580394 or 1466057. OLE color: 1466057.

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

Color convert

RGB 201 94 22 -
CMYK 0 0.53 0.89 0.21
HSL 24.13º 0.8% 0.44% -
HSV(B) 24.13º 0.89% 0.79% -
XYZ 28.23 20.48 3.22 -
YUV 117.79 73.95 187.35 -
System Red Green Blue C M Y K H S L
Decimal 201 94 22 0 0.53 0.89 0.21 24.13 0.8 0.44
Hex C9 5E 16 0 35 59 15 18 50 2C
Octal 311 136 26 0 65 131 25 30 120 54
Binary 11001001 1011110 10110 0 110101 1011001 10101 11000 1010000 101100

Color Harmonies of #C95E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E16

Black with #C95E16

Text Example


Text Example

White with #C95E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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