Html Css Color HEX #C95718 Chocolate

📋 copy color: '#C95718'

red 201 ◦ green 87 ◦ blue 24

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

Shades of Chocolate #C95718

Tints of Chocolate #C95718

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.88%

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

R = 64.42%
G = 27.88%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C95718 (or 0xC95718) is known color: Chocolate. HEX triplet: C9, 57 and 18. RGB value is (201,87,24). Sum of RGB (Red+Green+Blue) = 201+87+24=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C95718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95718 is #36A8E7. Grayscale: #727272. Windows color (decimal): -3582184 or 1595337. OLE color: 1595337.

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

Color convert

RGB 201 87 24 -
CMYK 0 0.57 0.88 0.21
HSL 21.36º 0.79% 0.44% -
HSV(B) 21.36º 0.88% 0.79% -
XYZ 27.66 19.3 3.13 -
YUV 113.9 77.27 190.12 -
System Red Green Blue C M Y K H S L
Decimal 201 87 24 0 0.57 0.88 0.21 21.36 0.79 0.44
Hex C9 57 18 0 39 58 15 15 4F 2C
Octal 311 127 30 0 71 130 25 25 117 54
Binary 11001001 1010111 11000 0 111001 1011000 10101 10101 1001111 101100

Color Harmonies of #C95718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95718

Black with #C95718

Text Example


Text Example

White with #C95718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95718; }

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

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

background-color css

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

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

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

border-color css

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

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

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