Shades of Oyster Pink #CFADA9
Tints of Oyster Pink #CFADA9
RGB
CMYK
RGB Variations
Color information
#CFADA9 (or 0xCFADA9) is known color: Oyster Pink. HEX triplet: CF, AD and A9. RGB value is (207,173,169). Sum of RGB (Red+Green+Blue) = 207+173+169=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFADA9 is #305256. Grayscale: #B6B6B6. Windows color (decimal): -3166807 or 11120079. OLE color: 11120079.
HSL color Cylindrical-coordinate representation of color #CFADA9: hue angle of 6.32º 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 #CFADA9 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 169 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.19 |
| HSL | 6.32º | 0.28% | 0.74% | - |
| HSV(B) | 6.32º | 0.18% | 0.81% | - |
| XYZ | 47.84 | 46.02 | 43.9 | - |
| YUV | 182.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 169 | 0 | 0.16 | 0.18 | 0.19 | 6.32 | 0.28 | 0.74 |
| Hex | CF | AD | A9 | 0 | 10 | 12 | 13 | 6 | 1C | 4A |
| Octal | 317 | 255 | 251 | 0 | 20 | 22 | 23 | 6 | 34 | 112 |
| Binary | 11001111 | 10101101 | 10101001 | 0 | 10000 | 10010 | 10011 | 110 | 11100 | 1001010 |
Color Harmonies of #CFADA9
Complementary color
Monochromatic Colors of #CFADA9
Black with #CFADA9
Text Example
Text Example
White with #CFADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADA9; }
p { color: rgb(207,173,169); }
H1.HeaderClassName
{
color: #CFADA9;
}
.AnyTagClassName
{
color: #CFADA9;
}
</style>
background-color css
<style>
a { background-color: #CFADA9; }
a { background-color: rgb(207,173,169); }
div.DivClassName
{
background-color: #CFADA9;
}
.BgClassName
{
background-color: #CFADA9;
}
</style>
border-color css
<style>
span { border-color: #CFADA9; }
span { border-color: rgb(207,173,169); }
td.TdClassName
{
border-color: #CFADA9;
}
.TagClassName
{
border-color: #CFADA9;
}
</style>