#CA6869

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

Shades of Mandy #CA6869

Tints of Mandy #CA6869

Color information

#CA6869 (or 0xCA6869) is unknown color: approx Mandy. HEX triplet: CA, 68 and 69. RGB value is (202,104,105). Sum of RGB (Red+Green+Blue) = 202+104+105=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6869 is #359796. Grayscale: #858585. Windows color (decimal): -3512215 or 6908106. OLE color: 6908106.

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

Color convert

RGB202104105-
CMYK00.490.480.21
HSL359.39º48.04%60%-
HSV(B)359.39º48.51%79.22%-
XYZ31.8623.4816.22-
YUV133.42111.97176.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 105 (41.41% from 255) = 25.55%
R=49.15%
G=25.30%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210410500.490.480.21359.3948.0460
HexCA68690313015167303c
Octal31215015106160255476074
Binary1100101011010001101001011000111000010101101100111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6869; }

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

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

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

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

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

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

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

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