#C76034

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

Shades of Ecstasy #C76034

Tints of Ecstasy #C76034

Color information

#C76034 (or 0xC76034) is unknown color: approx Ecstasy. HEX triplet: C7, 60 and 34. RGB value is (199,96,52). Sum of RGB (Red+Green+Blue) = 199+96+52=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C76034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76034 is #389FCB. Grayscale: #7A7A7A. Windows color (decimal): -3710924 or 3432647. OLE color: 3432647.

HSL color Cylindrical-coordinate representation of color #C76034: hue angle of 17.96º 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 #C76034 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB1999652-
CMYK00.520.740.22
HSL17.96º58.57%49.22%-
HSV(B)17.96º73.87%78.04%-
XYZ28.3620.765.76-
YUV121.7888.62183.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.35%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 52 (20.70% from 255) = 14.99%
R=57.35%
G=27.67%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199965200.520.740.2217.9658.5749.22
HexC760340344A16123b31
Octal3071406406411226227361
Binary110001111100000110100011010010010101011010010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76034; }

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

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

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

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

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

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

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

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