Html Css Color HEX #C95C3C Ecstasy

📋 copy color: '#C95C3C'

red 201 ◦ green 92 ◦ blue 60

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

Shades of Ecstasy #C95C3C

Tints of Ecstasy #C95C3C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.06%

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

R = 56.94%
G = 26.06%
B = 17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C95C3C (or 0xC95C3C) is known color: Ecstasy. HEX triplet: C9, 5C and 3C. RGB value is (201,92,60). Sum of RGB (Red+Green+Blue) = 201+92+60=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C3C is #36A3C3. Grayscale: #797979. Windows color (decimal): -3580868 or 3955913. OLE color: 3955913.

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

Color convert

RGB 201 92 60 -
CMYK 0 0.54 0.70 0.21
HSL 13.62º 0.57% 0.51% -
HSV(B) 13.62º 0.7% 0.79% -
XYZ 28.73 20.4 6.7 -
YUV 120.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 201 92 60 0 0.54 0.70 0.21 13.62 0.57 0.51
Hex C9 5C 3C 0 36 46 15 E 39 33
Octal 311 134 74 0 66 106 25 16 71 63
Binary 11001001 1011100 111100 0 110110 1000110 10101 1110 111001 110011

Color Harmonies of #C95C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C3C

Black with #C95C3C

Text Example


Text Example

White with #C95C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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