Shades of Oyster Pink #CFAEAA
Tints of Oyster Pink #CFAEAA
RGB
CMYK
RGB Variations
Color information
#CFAEAA (or 0xCFAEAA) is known color: Oyster Pink. HEX triplet: CF, AE and AA. RGB value is (207,174,170). Sum of RGB (Red+Green+Blue) = 207+174+170=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAEAA is #305155. Grayscale: #B7B7B7. Windows color (decimal): -3166550 or 11185871. OLE color: 11185871.
HSL color Cylindrical-coordinate representation of color #CFAEAA: hue angle of 6.49º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFAEAA is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 170 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.19 |
| HSL | 6.49º | 0.28% | 0.74% | - |
| HSV(B) | 6.49º | 0.18% | 0.81% | - |
| XYZ | 48.12 | 46.44 | 44.46 | - |
| YUV | 183.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 170 | 0 | 0.16 | 0.18 | 0.19 | 6.49 | 0.28 | 0.74 |
| Hex | CF | AE | AA | 0 | 10 | 12 | 13 | 6 | 1C | 4A |
| Octal | 317 | 256 | 252 | 0 | 20 | 22 | 23 | 6 | 34 | 112 |
| Binary | 11001111 | 10101110 | 10101010 | 0 | 10000 | 10010 | 10011 | 110 | 11100 | 1001010 |
Color Harmonies of #CFAEAA
Complementary color
Monochromatic Colors of #CFAEAA
Black with #CFAEAA
Text Example
Text Example
White with #CFAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEAA; }
p { color: rgb(207,174,170); }
H1.HeaderClassName
{
color: #CFAEAA;
}
.AnyTagClassName
{
color: #CFAEAA;
}
</style>
background-color css
<style>
a { background-color: #CFAEAA; }
a { background-color: rgb(207,174,170); }
div.DivClassName
{
background-color: #CFAEAA;
}
.BgClassName
{
background-color: #CFAEAA;
}
</style>
border-color css
<style>
span { border-color: #CFAEAA; }
span { border-color: rgb(207,174,170); }
td.TdClassName
{
border-color: #CFAEAA;
}
.TagClassName
{
border-color: #CFAEAA;
}
</style>