Html Css Color HEX #C95818 Chocolate

📋 copy color: '#C95818'

red 201 ◦ green 88 ◦ blue 24

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

Shades of Chocolate #C95818

Tints of Chocolate #C95818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.12%

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

R = 64.22%
G = 28.12%
B = 7.67%

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

#C95818 (or 0xC95818) is known color: Chocolate. HEX triplet: C9, 58 and 18. RGB value is (201,88,24). Sum of RGB (Red+Green+Blue) = 201+88+24=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C95818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95818 is #36A7E7. Grayscale: #727272. Windows color (decimal): -3581928 or 1595593. OLE color: 1595593.

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

Color convert

RGB 201 88 24 -
CMYK 0 0.56 0.88 0.21
HSL 21.69º 0.79% 0.44% -
HSV(B) 21.69º 0.88% 0.79% -
XYZ 27.74 19.46 3.16 -
YUV 114.49 76.94 189.7 -
System Red Green Blue C M Y K H S L
Decimal 201 88 24 0 0.56 0.88 0.21 21.69 0.79 0.44
Hex C9 58 18 0 38 58 15 16 4F 2C
Octal 311 130 30 0 70 130 25 26 117 54
Binary 11001001 1011000 11000 0 111000 1011000 10101 10110 1001111 101100

Color Harmonies of #C95818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95818

Black with #C95818

Text Example


Text Example

White with #C95818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95818; }

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

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

background-color css

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

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

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

border-color css

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

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

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