Shades of Oyster Pink #CFA9A9
Tints of Oyster Pink #CFA9A9
RGB
CMYK
RGB Variations
Color information
#CFA9A9 (or 0xCFA9A9) is known color: Oyster Pink. HEX triplet: CF, A9 and A9. RGB value is (207,169,169). Sum of RGB (Red+Green+Blue) = 207+169+169=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA9A9 is #305656. Grayscale: #B4B4B4. Windows color (decimal): -3167831 or 11119055. OLE color: 11119055.
HSL color Cylindrical-coordinate representation of color #CFA9A9: hue angle of 0º 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 #CFA9A9 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 169 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.19 |
| HSL | 0º | 0.28% | 0.74% | - |
| HSV(B) | 0º | 0.18% | 0.81% | - |
| XYZ | 47.08 | 44.51 | 43.65 | - |
| YUV | 180.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 169 | 0 | 0.18 | 0.18 | 0.19 | 0 | 0.28 | 0.74 |
| Hex | CF | A9 | A9 | 0 | 12 | 12 | 13 | 0 | 1C | 4A |
| Octal | 317 | 251 | 251 | 0 | 22 | 22 | 23 | 0 | 34 | 112 |
| Binary | 11001111 | 10101001 | 10101001 | 0 | 10010 | 10010 | 10011 | 0 | 11100 | 1001010 |
Color Harmonies of #CFA9A9
Complementary color
Monochromatic Colors of #CFA9A9
Black with #CFA9A9
Text Example
Text Example
White with #CFA9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9A9; }
p { color: rgb(207,169,169); }
H1.HeaderClassName
{
color: #CFA9A9;
}
.AnyTagClassName
{
color: #CFA9A9;
}
</style>
background-color css
<style>
a { background-color: #CFA9A9; }
a { background-color: rgb(207,169,169); }
div.DivClassName
{
background-color: #CFA9A9;
}
.BgClassName
{
background-color: #CFA9A9;
}
</style>
border-color css
<style>
span { border-color: #CFA9A9; }
span { border-color: rgb(207,169,169); }
td.TdClassName
{
border-color: #CFA9A9;
}
.TagClassName
{
border-color: #CFA9A9;
}
</style>