Html Css Color HEX #C95F39 Ecstasy

📋 copy color: '#C95F39'

red 201 ◦ green 95 ◦ blue 57

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

Shades of Ecstasy #C95F39

Tints of Ecstasy #C95F39

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.91%

 BLUE value IS 57 (22.66% from 255) = 16.15%

R = 56.94%
G = 26.91%
B = 16.15%

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

#C95F39 (or 0xC95F39) is known color: Ecstasy. HEX triplet: C9, 5F and 39. RGB value is (201,95,57). Sum of RGB (Red+Green+Blue) = 201+95+57=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95F39 is #36A0C6. Grayscale: #7A7A7A. Windows color (decimal): -3580103 or 3760073. OLE color: 3760073.

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

Color convert

RGB 201 95 57 -
CMYK 0 0.53 0.72 0.21
HSL 15.83º 0.57% 0.51% -
HSV(B) 15.83º 0.72% 0.79% -
XYZ 28.92 20.9 6.38 -
YUV 122.36 91.12 184.09 -
System Red Green Blue C M Y K H S L
Decimal 201 95 57 0 0.53 0.72 0.21 15.83 0.57 0.51
Hex C9 5F 39 0 35 48 15 10 39 33
Octal 311 137 71 0 65 110 25 20 71 63
Binary 11001001 1011111 111001 0 110101 1001000 10101 10000 111001 110011

Color Harmonies of #C95F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95F39

Black with #C95F39

Text Example


Text Example

White with #C95F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95F39; }

 p { color: rgb(201,95,57); }

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

background-color css

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

 a { background-color: rgb(201,95,57); }

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

border-color css

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

 span { border-color: rgb(201,95,57); }

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