#CA6135

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

Shades of Ecstasy #CA6135

Tints of Ecstasy #CA6135

Color information

#CA6135 (or 0xCA6135) is unknown color: approx Ecstasy. HEX triplet: CA, 61 and 35. RGB value is (202,97,53). Sum of RGB (Red+Green+Blue) = 202+97+53=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6135 is #359ECA. Grayscale: #7B7B7B. Windows color (decimal): -3514059 or 3498442. OLE color: 3498442.

HSL color Cylindrical-coordinate representation of color #CA6135: hue angle of 17.72º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA6135 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB2029753-
CMYK00.520.740.21
HSL17.72º58.43%50%-
HSV(B)17.72º73.76%79.22%-
XYZ29.2721.365.95-
YUV123.3888.29184.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 53 (21.09% from 255) = 15.06%
R=57.39%
G=27.56%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202975300.520.740.2117.7258.4350
HexCA61350344A15123a32
Octal3121416506411225227262
Binary110010101100001110101011010010010101010110010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6135; }

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

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

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

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

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

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

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

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