Html Css Color HEX #C95E3F Ecstasy

📋 copy color: '#C95E3F'

red 201 ◦ green 94 ◦ blue 63

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

Shades of Ecstasy #C95E3F

Tints of Ecstasy #C95E3F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.26%

 BLUE value IS 63 (25% from 255) = 17.6%

R = 56.15%
G = 26.26%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C95E3F (or 0xC95E3F) is known color: Ecstasy. HEX triplet: C9, 5E and 3F. RGB value is (201,94,63). Sum of RGB (Red+Green+Blue) = 201+94+63=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95E3F is #36A1C0. Grayscale: #7A7A7A. Windows color (decimal): -3580353 or 4153033. OLE color: 4153033.

HSL color Cylindrical-coordinate representation of color #C95E3F: hue angle of 13.48º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C95E3F is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 94 63 -
CMYK 0 0.53 0.69 0.21
HSL 13.48º 0.56% 0.52% -
HSV(B) 13.48º 0.69% 0.79% -
XYZ 28.99 20.78 7.19 -
YUV 122.46 94.45 184.02 -
System Red Green Blue C M Y K H S L
Decimal 201 94 63 0 0.53 0.69 0.21 13.48 0.56 0.52
Hex C9 5E 3F 0 35 45 15 D 38 34
Octal 311 136 77 0 65 105 25 15 70 64
Binary 11001001 1011110 111111 0 110101 1000101 10101 1101 111000 110100

Color Harmonies of #C95E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E3F

Black with #C95E3F

Text Example


Text Example

White with #C95E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E3F; }

 p { color: rgb(201,94,63); }

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

background-color css

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

 a { background-color: rgb(201,94,63); }

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

border-color css

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

 span { border-color: rgb(201,94,63); }

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