#C4AFAF

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

Shades of Pink Swan #C4AFAF

Tints of Pink Swan #C4AFAF

Color information

#C4AFAF (or 0xC4AFAF) is unknown color: approx Pink Swan. HEX triplet: C4, AF and AF. RGB value is (196,175,175). Sum of RGB (Red+Green+Blue) = 196+175+175=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AFAF is #3B5050. Grayscale: #B5B5B5. Windows color (decimal): -3887185 or 11513796. OLE color: 11513796.

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

Color convert

RGB196175175-
CMYK00.110.110.23
HSL15.11%72.75%-
HSV(B)10.71%76.86%-
XYZ45.8345.4946.92-
YUV181.28124.46138.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.90%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=35.90%
G=32.05%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617517500.110.110.23015.1172.75
HexC4AFAF0BB170f49
Octal3042572570131327017111
Binary11000100101011111010111101011101110111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFAF; }

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

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

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

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

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

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

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

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