Html Css Color HEX #C95F16 Chocolate

📋 copy color: '#C95F16'

red 201 ◦ green 95 ◦ blue 22

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

Shades of Chocolate #C95F16

Tints of Chocolate #C95F16

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.87%

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

R = 63.21%
G = 29.87%
B = 6.92%

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

#C95F16 (or 0xC95F16) is known color: Chocolate. HEX triplet: C9, 5F and 16. RGB value is (201,95,22). Sum of RGB (Red+Green+Blue) = 201+95+22=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95F16 is #36A0E9. Grayscale: #767676. Windows color (decimal): -3580138 or 1466313. OLE color: 1466313.

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

Color convert

RGB 201 95 22 -
CMYK 0 0.53 0.89 0.21
HSL 24.47º 0.8% 0.44% -
HSV(B) 24.47º 0.89% 0.79% -
XYZ 28.32 20.66 3.25 -
YUV 118.37 73.62 186.94 -
System Red Green Blue C M Y K H S L
Decimal 201 95 22 0 0.53 0.89 0.21 24.47 0.8 0.44
Hex C9 5F 16 0 35 59 15 18 50 2C
Octal 311 137 26 0 65 131 25 30 120 54
Binary 11001001 1011111 10110 0 110101 1011001 10101 11000 1010000 101100

Color Harmonies of #C95F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95F16

Black with #C95F16

Text Example


Text Example

White with #C95F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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