#C5A9A9

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

Shades of Pink Swan #C5A9A9

Tints of Pink Swan #C5A9A9

Color information

#C5A9A9 (or 0xC5A9A9) is unknown color: approx Pink Swan. HEX triplet: C5, A9 and A9. RGB value is (197,169,169). Sum of RGB (Red+Green+Blue) = 197+169+169=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A9A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A9A9 is #3A5656. Grayscale: #B1B1B1. Windows color (decimal): -3823191 or 11119045. OLE color: 11119045.

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

Color convert

RGB197169169-
CMYK00.140.140.23
HSL19.44%71.76%-
HSV(B)14.21%77.25%-
XYZ44.3843.1143.52-
YUV177.37123.28142-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 169 (66.41% from 255) = 31.59%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=36.82%
G=31.59%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716916900.140.140.23019.4471.76
HexC5A9A90EE1701348
Octal3052512510161627023110
Binary110001011010100110101001011101110101110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A9A9; }

 p { color: rgb(197,169,169); }

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

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

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

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

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

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

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