#C5ABA8

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

Shades of Pink Swan #C5ABA8

Tints of Pink Swan #C5ABA8

Color information

#C5ABA8 (or 0xC5ABA8) is unknown color: approx Pink Swan. HEX triplet: C5, AB and A8. RGB value is (197,171,168). Sum of RGB (Red+Green+Blue) = 197+171+168=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABA8 is #3A5457. Grayscale: #B2B2B2. Windows color (decimal): -3822680 or 11054021. OLE color: 11054021.

HSL color Cylindrical-coordinate representation of color #C5ABA8: hue angle of 6.21º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5ABA8 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB197171168-
CMYK00.130.150.23
HSL6.21º20%71.57%-
HSV(B)6.21º14.72%77.25%-
XYZ44.6643.8243.15-
YUV178.43122.11141.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.75%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 168 (66.02% from 255) = 31.34%
R=36.75%
G=31.90%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717116800.130.150.236.212071.57
HexC5ABA80DF1761448
Octal3052532500151727624110
Binary11000101101010111010100001101111110111110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABA8; }

 p { color: rgb(197,171,168); }

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

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

 a { background-color: rgb(197,171,168); }

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

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

 span { border-color: rgb(197,171,168); }

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