#CA435F

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

Shades of Mandy #CA435F

Tints of Mandy #CA435F

Color information

#CA435F (or 0xCA435F) is unknown color: approx Mandy. HEX triplet: CA, 43 and 5F. RGB value is (202,67,95). Sum of RGB (Red+Green+Blue) = 202+67+95=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA435F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA435F is #35BCA0. Grayscale: #6E6E6E. Windows color (decimal): -3521697 or 6243274. OLE color: 6243274.

HSL color Cylindrical-coordinate representation of color #CA435F: hue angle of 347.56º 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 #CA435F is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB2026795-
CMYK00.670.530.21
HSL347.56º56.02%52.75%-
HSV(B)347.56º66.83%79.22%-
XYZ28.4317.412.69-
YUV110.56119.23193.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.49%
GREEN value IS 67 (26.56% from 255) = 18.41%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=55.49%
G=18.41%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202679500.670.530.21347.5656.0252.75
HexCA435F043351515c3835
Octal312103137010365255347065
Binary11001010100001110111110100001111010110101101011100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA435F; }

 p { color: rgb(202,67,95); }

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

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

 a { background-color: rgb(202,67,95); }

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

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

 span { border-color: rgb(202,67,95); }

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