Shades of Pink Swan #C4AFAE
Tints of Pink Swan #C4AFAE
RGB
CMYK
RGB Variations
Color information
#C4AFAE (or 0xC4AFAE) is known color: Pink Swan. HEX triplet: C4, AF and AE. RGB value is (196,175,174). Sum of RGB (Red+Green+Blue) = 196+175+174=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AFAE is #3B5051. Grayscale: #B5B5B5. Windows color (decimal): -3887186 or 11448260. OLE color: 11448260.
HSL color Cylindrical-coordinate representation of color #C4AFAE: hue angle of 2.73º degrees, saturation: 0.16, 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 #C4AFAE is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 174 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.23 |
| HSL | 2.73º | 0.16% | 0.73% | - |
| HSV(B) | 2.73º | 0.11% | 0.77% | - |
| XYZ | 45.73 | 45.45 | 46.41 | - |
| YUV | 181.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 174 | 0 | 0.11 | 0.11 | 0.23 | 2.73 | 0.16 | 0.73 |
| Hex | C4 | AF | AE | 0 | B | B | 17 | 3 | 10 | 49 |
| Octal | 304 | 257 | 256 | 0 | 13 | 13 | 27 | 3 | 20 | 111 |
| Binary | 11000100 | 10101111 | 10101110 | 0 | 1011 | 1011 | 10111 | 11 | 10000 | 1001001 |
Color Harmonies of #C4AFAE
Complementary color
Monochromatic Colors of #C4AFAE
Black with #C4AFAE
Text Example
Text Example
White with #C4AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFAE; }
p { color: rgb(196,175,174); }
H1.HeaderClassName
{
color: #C4AFAE;
}
.AnyTagClassName
{
color: #C4AFAE;
}
</style>
background-color css
<style>
a { background-color: #C4AFAE; }
a { background-color: rgb(196,175,174); }
div.DivClassName
{
background-color: #C4AFAE;
}
.BgClassName
{
background-color: #C4AFAE;
}
</style>
border-color css
<style>
span { border-color: #C4AFAE; }
span { border-color: rgb(196,175,174); }
td.TdClassName
{
border-color: #C4AFAE;
}
.TagClassName
{
border-color: #C4AFAE;
}
</style>