Html Css Color HEX #C95B16 Chocolate

📋 copy color: '#C95B16'

red 201 ◦ green 91 ◦ blue 22

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

Shades of Chocolate #C95B16

Tints of Chocolate #C95B16

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.98%

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

R = 64.01%
G = 28.98%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C95B16 (or 0xC95B16) is known color: Chocolate. HEX triplet: C9, 5B and 16. RGB value is (201,91,22). Sum of RGB (Red+Green+Blue) = 201+91+22=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95B16 is #36A4E9. Grayscale: #747474. Windows color (decimal): -3581162 or 1465289. OLE color: 1465289.

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

Color convert

RGB 201 91 22 -
CMYK 0 0.55 0.89 0.21
HSL 23.13º 0.8% 0.44% -
HSV(B) 23.13º 0.89% 0.79% -
XYZ 27.97 19.96 3.14 -
YUV 116.02 74.94 188.61 -
System Red Green Blue C M Y K H S L
Decimal 201 91 22 0 0.55 0.89 0.21 23.13 0.8 0.44
Hex C9 5B 16 0 37 59 15 17 50 2C
Octal 311 133 26 0 67 131 25 27 120 54
Binary 11001001 1011011 10110 0 110111 1011001 10101 10111 1010000 101100

Color Harmonies of #C95B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95B16

Black with #C95B16

Text Example


Text Example

White with #C95B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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