#C2A8A8

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

Shades of Pink Swan #C2A8A8

Tints of Pink Swan #C2A8A8

Color information

#C2A8A8 (or 0xC2A8A8) is unknown color: approx Pink Swan. HEX triplet: C2, A8 and A8. RGB value is (194,168,168). Sum of RGB (Red+Green+Blue) = 194+168+168=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A8A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A8A8 is #3D5757. Grayscale: #AFAFAF. Windows color (decimal): -4020056 or 11053250. OLE color: 11053250.

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

Color convert

RGB194168168-
CMYK00.130.130.24
HSL17.57%70.98%-
HSV(B)13.4%76.08%-
XYZ43.3242.342.93-
YUV175.77123.61141-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 168 (66.02% from 255) = 31.70%
BLUE value IS 168 (66.02% from 255) = 31.70%
R=36.60%
G=31.70%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416816800.130.130.24017.5770.98
HexC2A8A80DD1801247
Octal3022502500151530022107
Binary110000101010100010101000011011101110000100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A8A8; }

 p { color: rgb(194,168,168); }

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

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

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

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

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

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

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