Html Css Color HEX #C95D38 Ecstasy

📋 copy color: '#C95D38'

red 201 ◦ green 93 ◦ blue 56

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

Shades of Ecstasy #C95D38

Tints of Ecstasy #C95D38

RGB

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

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

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

R = 57.43%
G = 26.57%
B = 16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C95D38 (or 0xC95D38) is known color: Ecstasy. HEX triplet: C9, 5D and 38. RGB value is (201,93,56). Sum of RGB (Red+Green+Blue) = 201+93+56=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D38 is #36A2C7. Grayscale: #797979. Windows color (decimal): -3580616 or 3694025. OLE color: 3694025.

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

Color convert

RGB 201 93 56 -
CMYK 0 0.54 0.72 0.21
HSL 15.31º 0.57% 0.5% -
HSV(B) 15.31º 0.72% 0.79% -
XYZ 28.72 20.53 6.19 -
YUV 121.07 91.28 185.01 -
System Red Green Blue C M Y K H S L
Decimal 201 93 56 0 0.54 0.72 0.21 15.31 0.57 0.5
Hex C9 5D 38 0 36 48 15 F 39 32
Octal 311 135 70 0 66 110 25 17 71 62
Binary 11001001 1011101 111000 0 110110 1001000 10101 1111 111001 110010

Color Harmonies of #C95D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D38

Black with #C95D38

Text Example


Text Example

White with #C95D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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