Html Css Color HEX #C95B37 Ecstasy

📋 copy color: '#C95B37'

red 201 ◦ green 91 ◦ blue 55

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

Shades of Ecstasy #C95B37

Tints of Ecstasy #C95B37

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.22%

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

R = 57.93%
G = 26.22%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C95B37 (or 0xC95B37) is known color: Ecstasy. HEX triplet: C9, 5B and 37. RGB value is (201,91,55). Sum of RGB (Red+Green+Blue) = 201+91+55=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95B37 is #36A4C8. Grayscale: #787878. Windows color (decimal): -3581129 or 3627977. OLE color: 3627977.

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

Color convert

RGB 201 91 55 -
CMYK 0 0.55 0.73 0.21
HSL 14.79º 0.57% 0.5% -
HSV(B) 14.79º 0.73% 0.79% -
XYZ 28.52 20.18 6.01 -
YUV 119.79 91.44 185.93 -
System Red Green Blue C M Y K H S L
Decimal 201 91 55 0 0.55 0.73 0.21 14.79 0.57 0.5
Hex C9 5B 37 0 37 49 15 F 39 32
Octal 311 133 67 0 67 111 25 17 71 62
Binary 11001001 1011011 110111 0 110111 1001001 10101 1111 111001 110010

Color Harmonies of #C95B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95B37

Black with #C95B37

Text Example


Text Example

White with #C95B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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