#C3A8A8

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

Shades of Pink Swan #C3A8A8

Tints of Pink Swan #C3A8A8

Color information

#C3A8A8 (or 0xC3A8A8) is unknown color: approx Pink Swan. HEX triplet: C3, A8 and A8. RGB value is (195,168,168). Sum of RGB (Red+Green+Blue) = 195+168+168=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A8A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A8A8 is #3C5757. Grayscale: #B0B0B0. Windows color (decimal): -3954520 or 11053251. OLE color: 11053251.

HSL color Cylindrical-coordinate representation of color #C3A8A8: 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.14%. Process color model (Four color, CMYK) of #C3A8A8 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB195168168-
CMYK00.140.140.24
HSL18.37%71.18%-
HSV(B)13.85%76.47%-
XYZ43.5842.4342.94-
YUV176.07123.45141.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.72%
GREEN value IS 168 (66.02% from 255) = 31.64%
BLUE value IS 168 (66.02% from 255) = 31.64%
R=36.72%
G=31.64%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516816800.140.140.24018.3771.18
HexC3A8A80EE1801247
Octal3032502500161630022107
Binary110000111010100010101000011101110110000100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A8A8; }

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

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

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

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

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

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

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

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