Html Css Color HEX #C95519 Chocolate

📋 copy color: '#C95519'

red 201 ◦ green 85 ◦ blue 25

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

Shades of Chocolate #C95519

Tints of Chocolate #C95519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

 BLUE value IS 25 (10.16% from 255) = 8.04%

R = 64.63%
G = 27.33%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C95519 (or 0xC95519) is known color: Chocolate. HEX triplet: C9, 55 and 19. RGB value is (201,85,25). Sum of RGB (Red+Green+Blue) = 201+85+25=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C95519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95519 is #36AAE6. Grayscale: #717171. Windows color (decimal): -3582695 or 1660361. OLE color: 1660361.

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

Color convert

RGB 201 85 25 -
CMYK 0 0.58 0.88 0.21
HSL 20.45º 0.78% 0.44% -
HSV(B) 20.45º 0.88% 0.79% -
XYZ 27.51 18.98 3.13 -
YUV 112.84 78.43 190.88 -
System Red Green Blue C M Y K H S L
Decimal 201 85 25 0 0.58 0.88 0.21 20.45 0.78 0.44
Hex C9 55 19 0 3A 58 15 14 4E 2C
Octal 311 125 31 0 72 130 25 24 116 54
Binary 11001001 1010101 11001 0 111010 1011000 10101 10100 1001110 101100

Color Harmonies of #C95519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95519

Black with #C95519

Text Example


Text Example

White with #C95519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95519; }

 p { color: rgb(201,85,25); }

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

background-color css

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

 a { background-color: rgb(201,85,25); }

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

border-color css

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

 span { border-color: rgb(201,85,25); }

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