#CA6466

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

Shades of Mandy #CA6466

Tints of Mandy #CA6466

Color information

#CA6466 (or 0xCA6466) is unknown color: approx Mandy. HEX triplet: CA, 64 and 66. RGB value is (202,100,102). Sum of RGB (Red+Green+Blue) = 202+100+102=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6466 is #359B99. Grayscale: #828282. Windows color (decimal): -3513242 or 6710474. OLE color: 6710474.

HSL color Cylindrical-coordinate representation of color #CA6466: hue angle of 358.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6466 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202100102-
CMYK00.500.500.21
HSL358.82º49.04%59.22%-
HSV(B)358.82º50.5%79.22%-
XYZ31.3122.6315.29-
YUV130.73111.79178.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 102 (40.23% from 255) = 25.25%
R=50%
G=24.75%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210010200.500.500.21358.8249.0459.22
HexCA64660323215167313b
Octal31214414606262255476173
Binary1100101011001001100110011001011001010101101100111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6466; }

 p { color: rgb(202,100,102); }

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

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

 a { background-color: rgb(202,100,102); }

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

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

 span { border-color: rgb(202,100,102); }

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