Html Css Color HEX #C95E38 Ecstasy

📋 copy color: '#C95E38'

red 201 ◦ green 94 ◦ blue 56

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

Shades of Ecstasy #C95E38

Tints of Ecstasy #C95E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.95%

R = 57.26%
G = 26.78%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C95E38 (or 0xC95E38) is known color: Ecstasy. HEX triplet: C9, 5E and 38. RGB value is (201,94,56). Sum of RGB (Red+Green+Blue) = 201+94+56=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95E38 is #36A1C7. Grayscale: #797979. Windows color (decimal): -3580360 or 3694281. OLE color: 3694281.

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

Color convert

RGB 201 94 56 -
CMYK 0 0.53 0.72 0.21
HSL 15.72º 0.57% 0.5% -
HSV(B) 15.72º 0.72% 0.79% -
XYZ 28.8 20.71 6.22 -
YUV 121.66 90.95 184.59 -
System Red Green Blue C M Y K H S L
Decimal 201 94 56 0 0.53 0.72 0.21 15.72 0.57 0.5
Hex C9 5E 38 0 35 48 15 10 39 32
Octal 311 136 70 0 65 110 25 20 71 62
Binary 11001001 1011110 111000 0 110101 1001000 10101 10000 111001 110010

Color Harmonies of #C95E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E38

Black with #C95E38

Text Example


Text Example

White with #C95E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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