#CA4259

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

Shades of Mandy #CA4259

Tints of Mandy #CA4259

Color information

#CA4259 (or 0xCA4259) is unknown color: approx Mandy. HEX triplet: CA, 42 and 59. RGB value is (202,66,89). Sum of RGB (Red+Green+Blue) = 202+66+89=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4259 is #35BDA6. Grayscale: #6D6D6D. Windows color (decimal): -3521959 or 5849802. OLE color: 5849802.

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

Color convert

RGB2026689-
CMYK00.670.560.21
HSL349.85º56.2%52.55%-
HSV(B)349.85º67.33%79.22%-
XYZ28.1117.1711.28-
YUV109.29116.56194.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.58%
GREEN value IS 66 (26.17% from 255) = 18.49%
BLUE value IS 89 (35.16% from 255) = 24.93%
R=56.58%
G=18.49%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202668900.670.560.21349.8556.252.55
HexCA4259043381515e3835
Octal312102131010370255367065
Binary11001010100001010110010100001111100010101101011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4259; }

 p { color: rgb(202,66,89); }

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

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

 a { background-color: rgb(202,66,89); }

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

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

 span { border-color: rgb(202,66,89); }

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