Shades of Oyster Pink #CFABAA
Tints of Oyster Pink #CFABAA
RGB
CMYK
RGB Variations
Color information
#CFABAA (or 0xCFABAA) is known color: Oyster Pink. HEX triplet: CF, AB and AA. RGB value is (207,171,170). Sum of RGB (Red+Green+Blue) = 207+171+170=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABAA is #305455. Grayscale: #B5B5B5. Windows color (decimal): -3167318 or 11185103. OLE color: 11185103.
HSL color Cylindrical-coordinate representation of color #CFABAA: hue angle of 1.62º 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 #CFABAA is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 170 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.19 |
| HSL | 1.62º | 0.28% | 0.74% | - |
| HSV(B) | 1.62º | 0.18% | 0.81% | - |
| XYZ | 47.55 | 45.29 | 44.27 | - |
| YUV | 181.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 170 | 0 | 0.17 | 0.18 | 0.19 | 1.62 | 0.28 | 0.74 |
| Hex | CF | AB | AA | 0 | 11 | 12 | 13 | 2 | 1C | 4A |
| Octal | 317 | 253 | 252 | 0 | 21 | 22 | 23 | 2 | 34 | 112 |
| Binary | 11001111 | 10101011 | 10101010 | 0 | 10001 | 10010 | 10011 | 10 | 11100 | 1001010 |
Color Harmonies of #CFABAA
Complementary color
Monochromatic Colors of #CFABAA
Black with #CFABAA
Text Example
Text Example
White with #CFABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABAA; }
p { color: rgb(207,171,170); }
H1.HeaderClassName
{
color: #CFABAA;
}
.AnyTagClassName
{
color: #CFABAA;
}
</style>
background-color css
<style>
a { background-color: #CFABAA; }
a { background-color: rgb(207,171,170); }
div.DivClassName
{
background-color: #CFABAA;
}
.BgClassName
{
background-color: #CFABAA;
}
</style>
border-color css
<style>
span { border-color: #CFABAA; }
span { border-color: rgb(207,171,170); }
td.TdClassName
{
border-color: #CFABAA;
}
.TagClassName
{
border-color: #CFABAA;
}
</style>