Shades of Oyster Pink #CEB0AB
Tints of Oyster Pink #CEB0AB
RGB
CMYK
RGB Variations
Color information
#CEB0AB (or 0xCEB0AB) is known color: Oyster Pink. HEX triplet: CE, B0 and AB. RGB value is (206,176,171). Sum of RGB (Red+Green+Blue) = 206+176+171=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB0AB is #314F54. Grayscale: #B8B8B8. Windows color (decimal): -3231573 or 11251918. OLE color: 11251918.
HSL color Cylindrical-coordinate representation of color #CEB0AB: hue angle of 8.57º degrees, saturation: 0.26, 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 #CEB0AB is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 171 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.19 |
| HSL | 8.57º | 0.26% | 0.74% | - |
| HSV(B) | 8.57º | 0.17% | 0.81% | - |
| XYZ | 48.33 | 47.11 | 45.07 | - |
| YUV | 184.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 171 | 0 | 0.15 | 0.17 | 0.19 | 8.57 | 0.26 | 0.74 |
| Hex | CE | B0 | AB | 0 | F | 11 | 13 | 9 | 1A | 4A |
| Octal | 316 | 260 | 253 | 0 | 17 | 21 | 23 | 11 | 32 | 112 |
| Binary | 11001110 | 10110000 | 10101011 | 0 | 1111 | 10001 | 10011 | 1001 | 11010 | 1001010 |
Color Harmonies of #CEB0AB
Complementary color
Monochromatic Colors of #CEB0AB
Black with #CEB0AB
Text Example
Text Example
White with #CEB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0AB; }
p { color: rgb(206,176,171); }
H1.HeaderClassName
{
color: #CEB0AB;
}
.AnyTagClassName
{
color: #CEB0AB;
}
</style>
background-color css
<style>
a { background-color: #CEB0AB; }
a { background-color: rgb(206,176,171); }
div.DivClassName
{
background-color: #CEB0AB;
}
.BgClassName
{
background-color: #CEB0AB;
}
</style>
border-color css
<style>
span { border-color: #CEB0AB; }
span { border-color: rgb(206,176,171); }
td.TdClassName
{
border-color: #CEB0AB;
}
.TagClassName
{
border-color: #CEB0AB;
}
</style>