#CA4655

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

Shades of Mandy #CA4655

Tints of Mandy #CA4655

Color information

#CA4655 (or 0xCA4655) is unknown color: approx Mandy. HEX triplet: CA, 46 and 55. RGB value is (202,70,85). Sum of RGB (Red+Green+Blue) = 202+70+85=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4655 is #35B9AA. Grayscale: #6F6F6F. Windows color (decimal): -3520939 or 5588682. OLE color: 5588682.

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

Color convert

RGB2027085-
CMYK00.650.580.21
HSL353.18º55.46%53.33%-
HSV(B)353.18º65.35%79.22%-
XYZ28.1917.5910.5-
YUV111.18113.23192.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.58%
GREEN value IS 70 (27.73% from 255) = 19.61%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=56.58%
G=19.61%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202708500.650.580.21353.1855.4653.33
HexCA46550413A151613735
Octal312106125010172255416765
Binary11001010100011010101010100000111101010101101100001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4655; }

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

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

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

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

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

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

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

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