#CA4055

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

Shades of Mandy #CA4055

Tints of Mandy #CA4055

Color information

#CA4055 (or 0xCA4055) is unknown color: approx Mandy. HEX triplet: CA, 40 and 55. RGB value is (202,64,85). Sum of RGB (Red+Green+Blue) = 202+64+85=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4055 is #35BFAA. Grayscale: #6B6B6B. Windows color (decimal): -3522475 or 5587146. OLE color: 5587146.

HSL color Cylindrical-coordinate representation of color #CA4055: hue angle of 350.87º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4055 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB2026485-
CMYK00.680.580.21
HSL350.87º56.56%52.16%-
HSV(B)350.87º68.32%79.22%-
XYZ27.8316.8810.39-
YUV107.66115.22195.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 64 (25.39% from 255) = 18.23%
BLUE value IS 85 (33.59% from 255) = 24.22%
R=57.55%
G=18.23%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202648500.680.580.21350.8756.5652.16
HexCA40550443A1515f3934
Octal312100125010472255377164
Binary11001010100000010101010100010011101010101101011111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4055; }

 p { color: rgb(202,64,85); }

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

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

 a { background-color: rgb(202,64,85); }

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

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

 span { border-color: rgb(202,64,85); }

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