Html Css Color HEX #C95C37 Ecstasy

📋 copy color: '#C95C37'

red 201 ◦ green 92 ◦ blue 55

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

Shades of Ecstasy #C95C37

Tints of Ecstasy #C95C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.8%

R = 57.76%
G = 26.44%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C95C37 (or 0xC95C37) is known color: Ecstasy. HEX triplet: C9, 5C and 37. RGB value is (201,92,55). Sum of RGB (Red+Green+Blue) = 201+92+55=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C37 is #36A3C8. Grayscale: #787878. Windows color (decimal): -3580873 or 3628233. OLE color: 3628233.

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

Color convert

RGB 201 92 55 -
CMYK 0 0.54 0.73 0.21
HSL 15.21º 0.57% 0.5% -
HSV(B) 15.21º 0.73% 0.79% -
XYZ 28.6 20.35 6.03 -
YUV 120.37 91.11 185.51 -
System Red Green Blue C M Y K H S L
Decimal 201 92 55 0 0.54 0.73 0.21 15.21 0.57 0.5
Hex C9 5C 37 0 36 49 15 F 39 32
Octal 311 134 67 0 66 111 25 17 71 62
Binary 11001001 1011100 110111 0 110110 1001001 10101 1111 111001 110010

Color Harmonies of #C95C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C37

Black with #C95C37

Text Example


Text Example

White with #C95C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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