Html Css Color HEX #C95917 Chocolate

📋 copy color: '#C95917'

red 201 ◦ green 89 ◦ blue 23

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

Shades of Chocolate #C95917

Tints of Chocolate #C95917

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.43%

 BLUE value IS 23 (9.38% from 255) = 7.35%

R = 64.22%
G = 28.43%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C95917 (or 0xC95917) is known color: Chocolate. HEX triplet: C9, 59 and 17. RGB value is (201,89,23). Sum of RGB (Red+Green+Blue) = 201+89+23=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C95917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95917 is #36A6E8. Grayscale: #737373. Windows color (decimal): -3581673 or 1530313. OLE color: 1530313.

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

Color convert

RGB 201 89 23 -
CMYK 0 0.56 0.89 0.21
HSL 22.25º 0.79% 0.44% -
HSV(B) 22.25º 0.89% 0.79% -
XYZ 27.81 19.62 3.13 -
YUV 114.96 76.11 189.37 -
System Red Green Blue C M Y K H S L
Decimal 201 89 23 0 0.56 0.89 0.21 22.25 0.79 0.44
Hex C9 59 17 0 38 59 15 16 4F 2C
Octal 311 131 27 0 70 131 25 26 117 54
Binary 11001001 1011001 10111 0 111000 1011001 10101 10110 1001111 101100

Color Harmonies of #C95917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95917

Black with #C95917

Text Example


Text Example

White with #C95917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95917; }

 p { color: rgb(201,89,23); }

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

background-color css

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

 a { background-color: rgb(201,89,23); }

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

border-color css

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

 span { border-color: rgb(201,89,23); }

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