#CA425E

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

Shades of Mandy #CA425E

Tints of Mandy #CA425E

Color information

#CA425E (or 0xCA425E) is unknown color: approx Mandy. HEX triplet: CA, 42 and 5E. RGB value is (202,66,94). Sum of RGB (Red+Green+Blue) = 202+66+94=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA425E is #35BDA1. Grayscale: #6D6D6D. Windows color (decimal): -3521954 or 6177482. OLE color: 6177482.

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

Color convert

RGB2026694-
CMYK00.670.530.21
HSL347.65º56.2%52.55%-
HSV(B)347.65º67.33%79.22%-
XYZ28.3317.2612.43-
YUV109.86119.06193.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.80%
GREEN value IS 66 (26.17% from 255) = 18.23%
BLUE value IS 94 (37.11% from 255) = 25.97%
R=55.80%
G=18.23%
B=25.97%

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
Decimal202669400.670.530.21347.6556.252.55
HexCA425E043351515c3835
Octal312102136010365255347065
Binary11001010100001010111100100001111010110101101011100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA425E; }

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

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

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

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

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

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

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

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