#CA485A

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

Shades of Mandy #CA485A

Tints of Mandy #CA485A

Color information

#CA485A (or 0xCA485A) is unknown color: approx Mandy. HEX triplet: CA, 48 and 5A. RGB value is (202,72,90). Sum of RGB (Red+Green+Blue) = 202+72+90=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA485A is #35B7A5. Grayscale: #707070. Windows color (decimal): -3520422 or 5916874. OLE color: 5916874.

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

Color convert

RGB2027290-
CMYK00.640.550.21
HSL351.69º55.08%53.73%-
HSV(B)351.69º64.36%79.22%-
XYZ28.5217.9311.63-
YUV112.92115.07191.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.49%
GREEN value IS 72 (28.52% from 255) = 19.78%
BLUE value IS 90 (35.55% from 255) = 24.73%
R=55.49%
G=19.78%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202729000.640.550.21351.6955.0853.73
HexCA485A04037151603736
Octal312110132010067255406766
Binary11001010100100010110100100000011011110101101100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA485A; }

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

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

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

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

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

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

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

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