Shades of Pink Swan #C3AEAA
Tints of Pink Swan #C3AEAA
RGB
CMYK
RGB Variations
Color information
#C3AEAA (or 0xC3AEAA) is known color: Pink Swan. HEX triplet: C3, AE and AA. RGB value is (195,174,170). Sum of RGB (Red+Green+Blue) = 195+174+170=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AEAA is #3C5155. Grayscale: #B3B3B3. Windows color (decimal): -3952982 or 11185859. OLE color: 11185859.
HSL color Cylindrical-coordinate representation of color #C3AEAA: hue angle of 9.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3AEAA is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 174 | 170 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.24 |
| HSL | 9.6º | 0.17% | 0.72% | - |
| HSV(B) | 9.6º | 0.13% | 0.76% | - |
| XYZ | 44.9 | 44.78 | 44.31 | - |
| YUV | 179.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 174 | 170 | 0 | 0.11 | 0.13 | 0.24 | 9.6 | 0.17 | 0.72 |
| Hex | C3 | AE | AA | 0 | B | D | 18 | A | 11 | 48 |
| Octal | 303 | 256 | 252 | 0 | 13 | 15 | 30 | 12 | 21 | 110 |
| Binary | 11000011 | 10101110 | 10101010 | 0 | 1011 | 1101 | 11000 | 1010 | 10001 | 1001000 |
Color Harmonies of #C3AEAA
Complementary color
Monochromatic Colors of #C3AEAA
Black with #C3AEAA
Text Example
Text Example
White with #C3AEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AEAA; }
p { color: rgb(195,174,170); }
H1.HeaderClassName
{
color: #C3AEAA;
}
.AnyTagClassName
{
color: #C3AEAA;
}
</style>
background-color css
<style>
a { background-color: #C3AEAA; }
a { background-color: rgb(195,174,170); }
div.DivClassName
{
background-color: #C3AEAA;
}
.BgClassName
{
background-color: #C3AEAA;
}
</style>
border-color css
<style>
span { border-color: #C3AEAA; }
span { border-color: rgb(195,174,170); }
td.TdClassName
{
border-color: #C3AEAA;
}
.TagClassName
{
border-color: #C3AEAA;
}
</style>