#CA535E

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

Shades of Mandy #CA535E

Tints of Mandy #CA535E

Color information

#CA535E (or 0xCA535E) is unknown color: approx Mandy. HEX triplet: CA, 53 and 5E. RGB value is (202,83,94). Sum of RGB (Red+Green+Blue) = 202+83+94=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA535E is #35ACA1. Grayscale: #777777. Windows color (decimal): -3517602 or 6181834. OLE color: 6181834.

HSL color Cylindrical-coordinate representation of color #CA535E: hue angle of 354.45º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA535E is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB2028394-
CMYK00.590.530.21
HSL354.45º52.89%55.88%-
HSV(B)354.45º58.91%79.22%-
XYZ29.4719.5512.81-
YUV119.84113.42186.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.30%
GREEN value IS 83 (32.81% from 255) = 21.90%
BLUE value IS 94 (37.11% from 255) = 24.80%
R=53.30%
G=21.90%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202839400.590.530.21354.4552.8955.88
HexCA535E03B35151623538
Octal31212313607365255426570
Binary1100101010100111011110011101111010110101101100010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA535E; }

 p { color: rgb(202,83,94); }

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

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

 a { background-color: rgb(202,83,94); }

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

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

 span { border-color: rgb(202,83,94); }

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