#C3AAA8

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

Shades of Pink Swan #C3AAA8

Tints of Pink Swan #C3AAA8

Color information

#C3AAA8 (or 0xC3AAA8) is unknown color: approx Pink Swan. HEX triplet: C3, AA and A8. RGB value is (195,170,168). Sum of RGB (Red+Green+Blue) = 195+170+168=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AAA8 is #3C5557. Grayscale: #B1B1B1. Windows color (decimal): -3954008 or 11053763. OLE color: 11053763.

HSL color Cylindrical-coordinate representation of color #C3AAA8: hue angle of 4.44º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3AAA8 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB195170168-
CMYK00.130.140.24
HSL4.44º18.37%71.18%-
HSV(B)4.44º13.85%76.47%-
XYZ43.9543.1843.06-
YUV177.25122.78140.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 168 (66.02% from 255) = 31.52%
R=36.59%
G=31.89%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517016800.130.140.244.4418.3771.18
HexC3AAA80DE1841247
Octal3032522500151630422107
Binary11000011101010101010100001101111011000100100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AAA8; }

 p { color: rgb(195,170,168); }

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

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

 a { background-color: rgb(195,170,168); }

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

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

 span { border-color: rgb(195,170,168); }

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