#C75A34

Color #C75A34 Ecstasy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecstasy #C75A34

Tints of Ecstasy #C75A34

Color information

#C75A34 (or 0xC75A34) is unknown color: approx Ecstasy. HEX triplet: C7, 5A and 34. RGB value is (199,90,52). Sum of RGB (Red+Green+Blue) = 199+90+52=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75A34 is #38A5CB. Grayscale: #767676. Windows color (decimal): -3712460 or 3431111. OLE color: 3431111.

HSL color Cylindrical-coordinate representation of color #C75A34: hue angle of 15.51º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C75A34 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB1999052-
CMYK00.550.740.22
HSL15.51º58.57%49.22%-
HSV(B)15.51º73.87%78.04%-
XYZ27.8319.75.58-
YUV118.2690.61185.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.36%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 52 (20.70% from 255) = 15.25%
R=58.36%
G=26.39%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199905200.550.740.2215.5158.5749.22
HexC75A340374A16103b31
Octal3071326406711226207361
Binary110001111011010110100011011110010101011010000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75A34; }

 p { color: rgb(199,90,52); }

 H1.HeaderClassName
 {
   color: #C75A34;
 }
 .AnyTagClassName
 {
   color: #C75A34;
 }
</style>
background-color css

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

 a { background-color: rgb(199,90,52); }

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

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

 span { border-color: rgb(199,90,52); }

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