Shades of Oyster Pink #CFB6B0
Tints of Oyster Pink #CFB6B0
RGB
CMYK
RGB Variations
Color information
#CFB6B0 (or 0xCFB6B0) is known color: Oyster Pink. HEX triplet: CF, B6 and B0. RGB value is (207,182,176). Sum of RGB (Red+Green+Blue) = 207+182+176=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB6B0 is #30494F. Grayscale: #BCBCBC. Windows color (decimal): -3164496 or 11581135. OLE color: 11581135.
HSL color Cylindrical-coordinate representation of color #CFB6B0: hue angle of 11.61º 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 #CFB6B0 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 176 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.19 |
| HSL | 11.61º | 0.24% | 0.75% | - |
| HSV(B) | 11.61º | 0.15% | 0.81% | - |
| XYZ | 50.3 | 49.86 | 48.05 | - |
| YUV | 188.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 176 | 0 | 0.12 | 0.15 | 0.19 | 11.61 | 0.24 | 0.75 |
| Hex | CF | B6 | B0 | 0 | C | F | 13 | C | 18 | 4B |
| Octal | 317 | 266 | 260 | 0 | 14 | 17 | 23 | 14 | 30 | 113 |
| Binary | 11001111 | 10110110 | 10110000 | 0 | 1100 | 1111 | 10011 | 1100 | 11000 | 1001011 |
Color Harmonies of #CFB6B0
Complementary color
Monochromatic Colors of #CFB6B0
Black with #CFB6B0
Text Example
Text Example
White with #CFB6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB6B0; }
p { color: rgb(207,182,176); }
H1.HeaderClassName
{
color: #CFB6B0;
}
.AnyTagClassName
{
color: #CFB6B0;
}
</style>
background-color css
<style>
a { background-color: #CFB6B0; }
a { background-color: rgb(207,182,176); }
div.DivClassName
{
background-color: #CFB6B0;
}
.BgClassName
{
background-color: #CFB6B0;
}
</style>
border-color css
<style>
span { border-color: #CFB6B0; }
span { border-color: rgb(207,182,176); }
td.TdClassName
{
border-color: #CFB6B0;
}
.TagClassName
{
border-color: #CFB6B0;
}
</style>