Html Css Color HEX #C95918 Chocolate

📋 copy color: '#C95918'

red 201 ◦ green 89 ◦ blue 24

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

Shades of Chocolate #C95918

Tints of Chocolate #C95918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.64%

R = 64.01%
G = 28.34%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C95918 (or 0xC95918) is known color: Chocolate. HEX triplet: C9, 59 and 18. RGB value is (201,89,24). Sum of RGB (Red+Green+Blue) = 201+89+24=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C95918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95918 is #36A6E7. Grayscale: #737373. Windows color (decimal): -3581672 or 1595849. OLE color: 1595849.

HSL color Cylindrical-coordinate representation of color #C95918: hue angle of 22.03º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C95918 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 89 24 -
CMYK 0 0.56 0.88 0.21
HSL 22.03º 0.79% 0.44% -
HSV(B) 22.03º 0.88% 0.79% -
XYZ 27.82 19.63 3.19 -
YUV 115.08 76.61 189.29 -
System Red Green Blue C M Y K H S L
Decimal 201 89 24 0 0.56 0.88 0.21 22.03 0.79 0.44
Hex C9 59 18 0 38 58 15 16 4F 2C
Octal 311 131 30 0 70 130 25 26 117 54
Binary 11001001 1011001 11000 0 111000 1011000 10101 10110 1001111 101100

Color Harmonies of #C95918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95918

Black with #C95918

Text Example


Text Example

White with #C95918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95918; }

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

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

background-color css

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

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

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

border-color css

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

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

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