#C3AFAF

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

Shades of Pink Swan #C3AFAF

Tints of Pink Swan #C3AFAF

Color information

#C3AFAF (or 0xC3AFAF) is unknown color: approx Pink Swan. HEX triplet: C3, AF and AF. RGB value is (195,175,175). Sum of RGB (Red+Green+Blue) = 195+175+175=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AFAF is #3C5050. Grayscale: #B5B5B5. Windows color (decimal): -3952721 or 11513795. OLE color: 11513795.

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

Color convert

RGB195175175-
CMYK00.100.100.24
HSL14.29%72.55%-
HSV(B)10.26%76.47%-
XYZ45.5745.3646.91-
YUV180.98124.63138-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=35.78%
G=32.11%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517517500.100.100.24014.2972.55
HexC3AFAF0AA180e49
Octal3032572570121230016111
Binary11000011101011111010111101010101011000011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFAF; }

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

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

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

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

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

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

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

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