Html Css Color HEX #C95419 Chocolate

📋 copy color: '#C95419'

red 201 ◦ green 84 ◦ blue 25

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

Shades of Chocolate #C95419

Tints of Chocolate #C95419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 64.84%
G = 27.1%
B = 8.06%

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

#C95419 (or 0xC95419) is known color: Chocolate. HEX triplet: C9, 54 and 19. RGB value is (201,84,25). Sum of RGB (Red+Green+Blue) = 201+84+25=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C95419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95419 is #36ABE6. Grayscale: #707070. Windows color (decimal): -3582951 or 1660105. OLE color: 1660105.

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

Color convert

RGB 201 84 25 -
CMYK 0 0.58 0.88 0.21
HSL 20.11º 0.78% 0.44% -
HSV(B) 20.11º 0.88% 0.79% -
XYZ 27.43 18.83 3.11 -
YUV 112.26 78.76 191.3 -
System Red Green Blue C M Y K H S L
Decimal 201 84 25 0 0.58 0.88 0.21 20.11 0.78 0.44
Hex C9 54 19 0 3A 58 15 14 4E 2C
Octal 311 124 31 0 72 130 25 24 116 54
Binary 11001001 1010100 11001 0 111010 1011000 10101 10100 1001110 101100

Color Harmonies of #C95419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95419

Black with #C95419

Text Example


Text Example

White with #C95419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95419; }

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

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

background-color css

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

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

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

border-color css

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

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

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