Shades of Oyster Pink #CFB1AD
Tints of Oyster Pink #CFB1AD
RGB
CMYK
RGB Variations
Color information
#CFB1AD (or 0xCFB1AD) is known color: Oyster Pink. HEX triplet: CF, B1 and AD. RGB value is (207,177,173). Sum of RGB (Red+Green+Blue) = 207+177+173=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB1AD is #304E52. Grayscale: #B9B9B9. Windows color (decimal): -3165779 or 11383247. OLE color: 11383247.
HSL color Cylindrical-coordinate representation of color #CFB1AD: hue angle of 7.06º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFB1AD is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 173 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.19 |
| HSL | 7.06º | 0.26% | 0.75% | - |
| HSV(B) | 7.06º | 0.16% | 0.81% | - |
| XYZ | 49 | 47.73 | 46.16 | - |
| YUV | 185.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 173 | 0 | 0.14 | 0.16 | 0.19 | 7.06 | 0.26 | 0.75 |
| Hex | CF | B1 | AD | 0 | E | 10 | 13 | 7 | 1A | 4B |
| Octal | 317 | 261 | 255 | 0 | 16 | 20 | 23 | 7 | 32 | 113 |
| Binary | 11001111 | 10110001 | 10101101 | 0 | 1110 | 10000 | 10011 | 111 | 11010 | 1001011 |
Color Harmonies of #CFB1AD
Complementary color
Monochromatic Colors of #CFB1AD
Black with #CFB1AD
Text Example
Text Example
White with #CFB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1AD; }
p { color: rgb(207,177,173); }
H1.HeaderClassName
{
color: #CFB1AD;
}
.AnyTagClassName
{
color: #CFB1AD;
}
</style>
background-color css
<style>
a { background-color: #CFB1AD; }
a { background-color: rgb(207,177,173); }
div.DivClassName
{
background-color: #CFB1AD;
}
.BgClassName
{
background-color: #CFB1AD;
}
</style>
border-color css
<style>
span { border-color: #CFB1AD; }
span { border-color: rgb(207,177,173); }
td.TdClassName
{
border-color: #CFB1AD;
}
.TagClassName
{
border-color: #CFB1AD;
}
</style>