Html Css Color HEX #C95A36 Ecstasy

📋 copy color: '#C95A36'

red 201 ◦ green 90 ◦ blue 54

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

Shades of Ecstasy #C95A36

Tints of Ecstasy #C95A36

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.09%

 BLUE value IS 54 (21.48% from 255) = 15.65%

R = 58.26%
G = 26.09%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C95A36 (or 0xC95A36) is known color: Ecstasy. HEX triplet: C9, 5A and 36. RGB value is (201,90,54). Sum of RGB (Red+Green+Blue) = 201+90+54=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A36 is #36A5C9. Grayscale: #777777. Windows color (decimal): -3581386 or 3562185. OLE color: 3562185.

HSL color Cylindrical-coordinate representation of color #C95A36: hue angle of 14.69º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C95A36 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 90 54 -
CMYK 0 0.55 0.73 0.21
HSL 14.69º 0.58% 0.5% -
HSV(B) 14.69º 0.73% 0.79% -
XYZ 28.41 20 5.85 -
YUV 119.09 91.27 186.43 -
System Red Green Blue C M Y K H S L
Decimal 201 90 54 0 0.55 0.73 0.21 14.69 0.58 0.5
Hex C9 5A 36 0 37 49 15 F 3A 32
Octal 311 132 66 0 67 111 25 17 72 62
Binary 11001001 1011010 110110 0 110111 1001001 10101 1111 111010 110010

Color Harmonies of #C95A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A36

Black with #C95A36

Text Example


Text Example

White with #C95A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A36; }

 p { color: rgb(201,90,54); }

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

background-color css

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

 a { background-color: rgb(201,90,54); }

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

border-color css

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

 span { border-color: rgb(201,90,54); }

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