Shades of Pink Swan #C0AFAE
Tints of Pink Swan #C0AFAE
RGB
CMYK
RGB Variations
Color information
#C0AFAE (or 0xC0AFAE) is known color: Pink Swan. HEX triplet: C0, AF and AE. RGB value is (192,175,174). Sum of RGB (Red+Green+Blue) = 192+175+174=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AFAE is #3F5051. Grayscale: #B3B3B3. Windows color (decimal): -4149330 or 11448256. OLE color: 11448256.
HSL color Cylindrical-coordinate representation of color #C0AFAE: hue angle of 3.33º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AFAE is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 174 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.25 |
| HSL | 3.33º | 0.13% | 0.72% | - |
| HSV(B) | 3.33º | 0.09% | 0.75% | - |
| XYZ | 44.71 | 44.92 | 46.36 | - |
| YUV | 179.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 174 | 0 | 0.09 | 0.09 | 0.25 | 3.33 | 0.13 | 0.72 |
| Hex | C0 | AF | AE | 0 | 9 | 9 | 19 | 3 | C | 48 |
| Octal | 300 | 257 | 256 | 0 | 11 | 11 | 31 | 3 | 14 | 110 |
| Binary | 11000000 | 10101111 | 10101110 | 0 | 1001 | 1001 | 11001 | 11 | 1100 | 1001000 |
Color Harmonies of #C0AFAE
Complementary color
Monochromatic Colors of #C0AFAE
Black with #C0AFAE
Text Example
Text Example
White with #C0AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFAE; }
p { color: rgb(192,175,174); }
H1.HeaderClassName
{
color: #C0AFAE;
}
.AnyTagClassName
{
color: #C0AFAE;
}
</style>
background-color css
<style>
a { background-color: #C0AFAE; }
a { background-color: rgb(192,175,174); }
div.DivClassName
{
background-color: #C0AFAE;
}
.BgClassName
{
background-color: #C0AFAE;
}
</style>
border-color css
<style>
span { border-color: #C0AFAE; }
span { border-color: rgb(192,175,174); }
td.TdClassName
{
border-color: #C0AFAE;
}
.TagClassName
{
border-color: #C0AFAE;
}
</style>