#CA6036

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

Shades of Ecstasy #CA6036

Tints of Ecstasy #CA6036

Color information

#CA6036 (or 0xCA6036) is unknown color: approx Ecstasy. HEX triplet: CA, 60 and 36. RGB value is (202,96,54). Sum of RGB (Red+Green+Blue) = 202+96+54=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6036 is #359FC9. Grayscale: #7B7B7B. Windows color (decimal): -3514314 or 3563722. OLE color: 3563722.

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

Color convert

RGB2029654-
CMYK00.520.730.21
HSL17.03º58.27%50.2%-
HSV(B)17.03º73.27%79.22%-
XYZ29.2121.196.04-
YUV122.9189.12184.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 54 (21.48% from 255) = 15.34%
R=57.39%
G=27.27%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202965400.520.730.2117.0358.2750.2
HexCA60360344915113a32
Octal3121406606411125217262
Binary110010101100000110110011010010010011010110001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6036; }

 p { color: rgb(202,96,54); }

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

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

 a { background-color: rgb(202,96,54); }

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

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

 span { border-color: rgb(202,96,54); }

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