Html Css Color HEX #C95C39 Ecstasy

📋 copy color: '#C95C39'

red 201 ◦ green 92 ◦ blue 57

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

Shades of Ecstasy #C95C39

Tints of Ecstasy #C95C39

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

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

R = 57.43%
G = 26.29%
B = 16.29%

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

#C95C39 (or 0xC95C39) is known color: Ecstasy. HEX triplet: C9, 5C and 39. RGB value is (201,92,57). Sum of RGB (Red+Green+Blue) = 201+92+57=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C39 is #36A3C6. Grayscale: #787878. Windows color (decimal): -3580871 or 3759305. OLE color: 3759305.

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

Color convert

RGB 201 92 57 -
CMYK 0 0.54 0.72 0.21
HSL 14.58º 0.57% 0.51% -
HSV(B) 14.58º 0.72% 0.79% -
XYZ 28.65 20.37 6.29 -
YUV 120.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 201 92 57 0 0.54 0.72 0.21 14.58 0.57 0.51
Hex C9 5C 39 0 36 48 15 F 39 33
Octal 311 134 71 0 66 110 25 17 71 63
Binary 11001001 1011100 111001 0 110110 1001000 10101 1111 111001 110011

Color Harmonies of #C95C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C39

Black with #C95C39

Text Example


Text Example

White with #C95C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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