Html Css Color HEX #C95D3D Ecstasy

📋 copy color: '#C95D3D'

red 201 ◦ green 93 ◦ blue 61

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

Shades of Ecstasy #C95D3D

Tints of Ecstasy #C95D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.18%

R = 56.62%
G = 26.2%
B = 17.18%

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

#C95D3D (or 0xC95D3D) is known color: Ecstasy. HEX triplet: C9, 5D and 3D. RGB value is (201,93,61). Sum of RGB (Red+Green+Blue) = 201+93+61=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D3D is #36A2C2. Grayscale: #797979. Windows color (decimal): -3580611 or 4021705. OLE color: 4021705.

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

Color convert

RGB 201 93 61 -
CMYK 0 0.54 0.70 0.21
HSL 13.71º 0.56% 0.51% -
HSV(B) 13.71º 0.7% 0.79% -
XYZ 28.84 20.58 6.87 -
YUV 121.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 201 93 61 0 0.54 0.70 0.21 13.71 0.56 0.51
Hex C9 5D 3D 0 36 46 15 E 38 33
Octal 311 135 75 0 66 106 25 16 70 63
Binary 11001001 1011101 111101 0 110110 1000110 10101 1110 111000 110011

Color Harmonies of #C95D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D3D

Black with #C95D3D

Text Example


Text Example

White with #C95D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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