#C8A9A9

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

Shades of Pink Swan #C8A9A9

Tints of Pink Swan #C8A9A9

Color information

#C8A9A9 (or 0xC8A9A9) is unknown color: approx Pink Swan. HEX triplet: C8, A9 and A9. RGB value is (200,169,169). Sum of RGB (Red+Green+Blue) = 200+169+169=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A9A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A9A9 is #375656. Grayscale: #B2B2B2. Windows color (decimal): -3626583 or 11119048. OLE color: 11119048.

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

Color convert

RGB200169169-
CMYK00.160.160.22
HSL21.99%72.35%-
HSV(B)15.5%78.43%-
XYZ45.1743.5243.56-
YUV178.27122.77143.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.17%
GREEN value IS 169 (66.41% from 255) = 31.41%
BLUE value IS 169 (66.41% from 255) = 31.41%
R=37.17%
G=31.41%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016916900.160.160.22021.9972.35
HexC8A9A9010101601648
Octal3102512510202026026110
Binary11001000101010011010100101000010000101100101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A9A9; }

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

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

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

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

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

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

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

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