#CA5A3C

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

Shades of Ecstasy #CA5A3C

Tints of Ecstasy #CA5A3C

Color information

#CA5A3C (or 0xCA5A3C) is unknown color: approx Ecstasy. HEX triplet: CA, 5A and 3C. RGB value is (202,90,60). Sum of RGB (Red+Green+Blue) = 202+90+60=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5A3C is #35A5C3. Grayscale: #787878. Windows color (decimal): -3515844 or 3955402. OLE color: 3955402.

HSL color Cylindrical-coordinate representation of color #CA5A3C: hue angle of 12.68º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA5A3C is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB2029060-
CMYK00.550.700.21
HSL12.68º57.26%51.37%-
HSV(B)12.68º70.3%79.22%-
XYZ28.8320.26.65-
YUV120.0794.11186.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 90 (35.55% from 255) = 25.57%
BLUE value IS 60 (23.83% from 255) = 17.05%
R=57.39%
G=25.57%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202906000.550.700.2112.6857.2651.37
HexCA5A3C0374615d3933
Octal3121327406710625157163
Binary11001010101101011110001101111000110101011101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5A3C; }

 p { color: rgb(202,90,60); }

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

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

 a { background-color: rgb(202,90,60); }

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

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

 span { border-color: rgb(202,90,60); }

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