#CA435E

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

Shades of Mandy #CA435E

Tints of Mandy #CA435E

Color information

#CA435E (or 0xCA435E) is unknown color: approx Mandy. HEX triplet: CA, 43 and 5E. RGB value is (202,67,94). Sum of RGB (Red+Green+Blue) = 202+67+94=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA435E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA435E is #35BCA1. Grayscale: #6E6E6E. Windows color (decimal): -3521698 or 6177738. OLE color: 6177738.

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

Color convert

RGB2026794-
CMYK00.670.530.21
HSL348º56.02%52.75%-
HSV(B)348º66.83%79.22%-
XYZ28.3817.3812.45-
YUV110.44118.73193.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.65%
GREEN value IS 67 (26.56% from 255) = 18.46%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=55.65%
G=18.46%
B=25.90%

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
Decimal202679400.670.530.2134856.0252.75
HexCA435E043351515c3835
Octal312103136010365255347065
Binary11001010100001110111100100001111010110101101011100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA435E; }

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

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

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

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

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

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

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

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