Shades of Oyster Pink #CFB4B0
Tints of Oyster Pink #CFB4B0
RGB
CMYK
RGB Variations
Color information
#CFB4B0 (or 0xCFB4B0) is known color: Oyster Pink. HEX triplet: CF, B4 and B0. RGB value is (207,180,176). Sum of RGB (Red+Green+Blue) = 207+180+176=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB4B0 is #304B4F. Grayscale: #BBBBBB. Windows color (decimal): -3165008 or 11580623. OLE color: 11580623.
HSL color Cylindrical-coordinate representation of color #CFB4B0: hue angle of 7.74º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFB4B0 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 176 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.19 |
| HSL | 7.74º | 0.24% | 0.75% | - |
| HSV(B) | 7.74º | 0.15% | 0.81% | - |
| XYZ | 49.89 | 49.04 | 47.91 | - |
| YUV | 187.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 176 | 0 | 0.13 | 0.15 | 0.19 | 7.74 | 0.24 | 0.75 |
| Hex | CF | B4 | B0 | 0 | D | F | 13 | 8 | 18 | 4B |
| Octal | 317 | 264 | 260 | 0 | 15 | 17 | 23 | 10 | 30 | 113 |
| Binary | 11001111 | 10110100 | 10110000 | 0 | 1101 | 1111 | 10011 | 1000 | 11000 | 1001011 |
Color Harmonies of #CFB4B0
Complementary color
Monochromatic Colors of #CFB4B0
Black with #CFB4B0
Text Example
Text Example
White with #CFB4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB4B0; }
p { color: rgb(207,180,176); }
H1.HeaderClassName
{
color: #CFB4B0;
}
.AnyTagClassName
{
color: #CFB4B0;
}
</style>
background-color css
<style>
a { background-color: #CFB4B0; }
a { background-color: rgb(207,180,176); }
div.DivClassName
{
background-color: #CFB4B0;
}
.BgClassName
{
background-color: #CFB4B0;
}
</style>
border-color css
<style>
span { border-color: #CFB4B0; }
span { border-color: rgb(207,180,176); }
td.TdClassName
{
border-color: #CFB4B0;
}
.TagClassName
{
border-color: #CFB4B0;
}
</style>