Html Css Color HEX #C95219 Chocolate

📋 copy color: '#C95219'

red 201 ◦ green 82 ◦ blue 25

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

Shades of Chocolate #C95219

Tints of Chocolate #C95219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.62%

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

R = 65.26%
G = 26.62%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C95219 (or 0xC95219) is known color: Chocolate. HEX triplet: C9, 52 and 19. RGB value is (201,82,25). Sum of RGB (Red+Green+Blue) = 201+82+25=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C95219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C95219 is #36ADE6. Grayscale: #6F6F6F. Windows color (decimal): -3583463 or 1659593. OLE color: 1659593.

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

Color convert

RGB 201 82 25 -
CMYK 0 0.59 0.88 0.21
HSL 19.43º 0.78% 0.44% -
HSV(B) 19.43º 0.88% 0.79% -
XYZ 27.28 18.52 3.06 -
YUV 111.08 79.42 192.13 -
System Red Green Blue C M Y K H S L
Decimal 201 82 25 0 0.59 0.88 0.21 19.43 0.78 0.44
Hex C9 52 19 0 3B 58 15 13 4E 2C
Octal 311 122 31 0 73 130 25 23 116 54
Binary 11001001 1010010 11001 0 111011 1011000 10101 10011 1001110 101100

Color Harmonies of #C95219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95219

Black with #C95219

Text Example


Text Example

White with #C95219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95219; }

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

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

background-color css

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

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

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

border-color css

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

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

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