#CA6136

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

Shades of Ecstasy #CA6136

Tints of Ecstasy #CA6136

Color information

#CA6136 (or 0xCA6136) is unknown color: approx Ecstasy. HEX triplet: CA, 61 and 36. RGB value is (202,97,54). Sum of RGB (Red+Green+Blue) = 202+97+54=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6136 is #359EC9. Grayscale: #7B7B7B. Windows color (decimal): -3514058 or 3563978. OLE color: 3563978.

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

Color convert

RGB2029754-
CMYK00.520.730.21
HSL17.43º58.27%50.2%-
HSV(B)17.43º73.27%79.22%-
XYZ29.321.376.07-
YUV123.4988.79184-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 54 (21.48% from 255) = 15.30%
R=57.22%
G=27.48%
B=15.30%

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
Decimal202975400.520.730.2117.4358.2750.2
HexCA61360344915113a32
Octal3121416606411125217262
Binary110010101100001110110011010010010011010110001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6136; }

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

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

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

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

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

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

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

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