Html Css Color HEX #C95D3E Ecstasy

📋 copy color: '#C95D3E'

red 201 ◦ green 93 ◦ blue 62

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

Shades of Ecstasy #C95D3E

Tints of Ecstasy #C95D3E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.12%

 BLUE value IS 62 (24.61% from 255) = 17.42%

R = 56.46%
G = 26.12%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C95D3E (or 0xC95D3E) is known color: Ecstasy. HEX triplet: C9, 5D and 3E. RGB value is (201,93,62). Sum of RGB (Red+Green+Blue) = 201+93+62=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D3E is #36A2C1. Grayscale: #797979. Windows color (decimal): -3580610 or 4087241. OLE color: 4087241.

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

Color convert

RGB 201 93 62 -
CMYK 0 0.54 0.69 0.21
HSL 13.38º 0.56% 0.52% -
HSV(B) 13.38º 0.69% 0.79% -
XYZ 28.87 20.59 7.01 -
YUV 121.76 94.28 184.52 -
System Red Green Blue C M Y K H S L
Decimal 201 93 62 0 0.54 0.69 0.21 13.38 0.56 0.52
Hex C9 5D 3E 0 36 45 15 D 38 34
Octal 311 135 76 0 66 105 25 15 70 64
Binary 11001001 1011101 111110 0 110110 1000101 10101 1101 111000 110100

Color Harmonies of #C95D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D3E

Black with #C95D3E

Text Example


Text Example

White with #C95D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D3E; }

 p { color: rgb(201,93,62); }

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

background-color css

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

 a { background-color: rgb(201,93,62); }

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

border-color css

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

 span { border-color: rgb(201,93,62); }

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