Html Css Color HEX #C95A3C Ecstasy

📋 copy color: '#C95A3C'

red 201 ◦ green 90 ◦ blue 60

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

Shades of Ecstasy #C95A3C

Tints of Ecstasy #C95A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.09%

R = 57.26%
G = 25.64%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C95A3C (or 0xC95A3C) is known color: Ecstasy. HEX triplet: C9, 5A and 3C. RGB value is (201,90,60). Sum of RGB (Red+Green+Blue) = 201+90+60=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A3C is #36A5C3. Grayscale: #777777. Windows color (decimal): -3581380 or 3955401. OLE color: 3955401.

HSL color Cylindrical-coordinate representation of color #C95A3C: hue angle of 12.77º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C95A3C is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 90 60 -
CMYK 0 0.55 0.70 0.21
HSL 12.77º 0.57% 0.51% -
HSV(B) 12.77º 0.7% 0.79% -
XYZ 28.56 20.06 6.64 -
YUV 119.77 94.27 185.94 -
System Red Green Blue C M Y K H S L
Decimal 201 90 60 0 0.55 0.70 0.21 12.77 0.57 0.51
Hex C9 5A 3C 0 37 46 15 D 39 33
Octal 311 132 74 0 67 106 25 15 71 63
Binary 11001001 1011010 111100 0 110111 1000110 10101 1101 111001 110011

Color Harmonies of #C95A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A3C

Black with #C95A3C

Text Example


Text Example

White with #C95A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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