#CA6468

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

Shades of Mandy #CA6468

Tints of Mandy #CA6468

Color information

#CA6468 (or 0xCA6468) is unknown color: approx Mandy. HEX triplet: CA, 64 and 68. RGB value is (202,100,104). Sum of RGB (Red+Green+Blue) = 202+100+104=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6468 is #359B97. Grayscale: #838383. Windows color (decimal): -3513240 or 6841546. OLE color: 6841546.

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

Color convert

RGB202100104-
CMYK00.500.490.21
HSL357.65º49.04%59.22%-
HSV(B)357.65º50.5%79.22%-
XYZ31.4122.6715.82-
YUV130.95112.79178.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 100 (39.45% from 255) = 24.63%
BLUE value IS 104 (41.02% from 255) = 25.62%
R=49.75%
G=24.63%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210010400.500.490.21357.6549.0459.22
HexCA64680323115166313b
Octal31214415006261255466173
Binary1100101011001001101000011001011000110101101100110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6468; }

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

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

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

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

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

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

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

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