Shades of Oyster Pink #CFB4AF
Tints of Oyster Pink #CFB4AF
RGB
CMYK
RGB Variations
Color information
#CFB4AF (or 0xCFB4AF) is known color: Oyster Pink. HEX triplet: CF, B4 and AF. RGB value is (207,180,175). Sum of RGB (Red+Green+Blue) = 207+180+175=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB4AF is #304B50. Grayscale: #BBBBBB. Windows color (decimal): -3165009 or 11515087. OLE color: 11515087.
HSL color Cylindrical-coordinate representation of color #CFB4AF: hue angle of 9.38º degrees, saturation: 0.25, 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 #CFB4AF is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 175 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.19 |
| HSL | 9.38º | 0.25% | 0.75% | - |
| HSV(B) | 9.38º | 0.15% | 0.81% | - |
| XYZ | 49.79 | 49 | 47.39 | - |
| YUV | 187.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 175 | 0 | 0.13 | 0.15 | 0.19 | 9.38 | 0.25 | 0.75 |
| Hex | CF | B4 | AF | 0 | D | F | 13 | 9 | 19 | 4B |
| Octal | 317 | 264 | 257 | 0 | 15 | 17 | 23 | 11 | 31 | 113 |
| Binary | 11001111 | 10110100 | 10101111 | 0 | 1101 | 1111 | 10011 | 1001 | 11001 | 1001011 |
Color Harmonies of #CFB4AF
Complementary color
Monochromatic Colors of #CFB4AF
Black with #CFB4AF
Text Example
Text Example
White with #CFB4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB4AF; }
p { color: rgb(207,180,175); }
H1.HeaderClassName
{
color: #CFB4AF;
}
.AnyTagClassName
{
color: #CFB4AF;
}
</style>
background-color css
<style>
a { background-color: #CFB4AF; }
a { background-color: rgb(207,180,175); }
div.DivClassName
{
background-color: #CFB4AF;
}
.BgClassName
{
background-color: #CFB4AF;
}
</style>
border-color css
<style>
span { border-color: #CFB4AF; }
span { border-color: rgb(207,180,175); }
td.TdClassName
{
border-color: #CFB4AF;
}
.TagClassName
{
border-color: #CFB4AF;
}
</style>