Shades of Oyster Pink #CFB0AC
Tints of Oyster Pink #CFB0AC
RGB
CMYK
RGB Variations
Color information
#CFB0AC (or 0xCFB0AC) is known color: Oyster Pink. HEX triplet: CF, B0 and AC. RGB value is (207,176,172). Sum of RGB (Red+Green+Blue) = 207+176+172=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB0AC is #304F53. Grayscale: #B8B8B8. Windows color (decimal): -3166036 or 11317455. OLE color: 11317455.
HSL color Cylindrical-coordinate representation of color #CFB0AC: hue angle of 6.86º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFB0AC is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 172 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.19 |
| HSL | 6.86º | 0.27% | 0.74% | - |
| HSV(B) | 6.86º | 0.17% | 0.81% | - |
| XYZ | 48.7 | 47.29 | 45.59 | - |
| YUV | 184.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 172 | 0 | 0.15 | 0.17 | 0.19 | 6.86 | 0.27 | 0.74 |
| Hex | CF | B0 | AC | 0 | F | 11 | 13 | 7 | 1B | 4A |
| Octal | 317 | 260 | 254 | 0 | 17 | 21 | 23 | 7 | 33 | 112 |
| Binary | 11001111 | 10110000 | 10101100 | 0 | 1111 | 10001 | 10011 | 111 | 11011 | 1001010 |
Color Harmonies of #CFB0AC
Complementary color
Monochromatic Colors of #CFB0AC
Black with #CFB0AC
Text Example
Text Example
White with #CFB0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0AC; }
p { color: rgb(207,176,172); }
H1.HeaderClassName
{
color: #CFB0AC;
}
.AnyTagClassName
{
color: #CFB0AC;
}
</style>
background-color css
<style>
a { background-color: #CFB0AC; }
a { background-color: rgb(207,176,172); }
div.DivClassName
{
background-color: #CFB0AC;
}
.BgClassName
{
background-color: #CFB0AC;
}
</style>
border-color css
<style>
span { border-color: #CFB0AC; }
span { border-color: rgb(207,176,172); }
td.TdClassName
{
border-color: #CFB0AC;
}
.TagClassName
{
border-color: #CFB0AC;
}
</style>