Shades of Pink Swan #C3AFAE
Tints of Pink Swan #C3AFAE
RGB
CMYK
RGB Variations
Color information
#C3AFAE (or 0xC3AFAE) is known color: Pink Swan. HEX triplet: C3, AF and AE. RGB value is (195,175,174). Sum of RGB (Red+Green+Blue) = 195+175+174=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AFAE is #3C5051. Grayscale: #B4B4B4. Windows color (decimal): -3952722 or 11448259. OLE color: 11448259.
HSL color Cylindrical-coordinate representation of color #C3AFAE: hue angle of 2.86º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3AFAE is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 174 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.24 |
| HSL | 2.86º | 0.15% | 0.72% | - |
| HSV(B) | 2.86º | 0.11% | 0.76% | - |
| XYZ | 45.48 | 45.32 | 46.39 | - |
| YUV | 180.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 174 | 0 | 0.10 | 0.11 | 0.24 | 2.86 | 0.15 | 0.72 |
| Hex | C3 | AF | AE | 0 | A | B | 18 | 3 | F | 48 |
| Octal | 303 | 257 | 256 | 0 | 12 | 13 | 30 | 3 | 17 | 110 |
| Binary | 11000011 | 10101111 | 10101110 | 0 | 1010 | 1011 | 11000 | 11 | 1111 | 1001000 |
Color Harmonies of #C3AFAE
Complementary color
Monochromatic Colors of #C3AFAE
Black with #C3AFAE
Text Example
Text Example
White with #C3AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFAE; }
p { color: rgb(195,175,174); }
H1.HeaderClassName
{
color: #C3AFAE;
}
.AnyTagClassName
{
color: #C3AFAE;
}
</style>
background-color css
<style>
a { background-color: #C3AFAE; }
a { background-color: rgb(195,175,174); }
div.DivClassName
{
background-color: #C3AFAE;
}
.BgClassName
{
background-color: #C3AFAE;
}
</style>
border-color css
<style>
span { border-color: #C3AFAE; }
span { border-color: rgb(195,175,174); }
td.TdClassName
{
border-color: #C3AFAE;
}
.TagClassName
{
border-color: #C3AFAE;
}
</style>