Shades of Careys Pink #B7999C
Tints of Careys Pink #B7999C
RGB
CMYK
RGB Variations
Color information
#B7999C (or 0xB7999C) is known color: Careys Pink. HEX triplet: B7, 99 and 9C. RGB value is (183,153,156). Sum of RGB (Red+Green+Blue) = 183+153+156=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 183 - color contains mainly: red. Hex color #B7999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7999C is #486663. Grayscale: #A2A2A2. Windows color (decimal): -4744804 or 10262967. OLE color: 10262967.
HSL color Cylindrical-coordinate representation of color #B7999C: hue angle of 354º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7999C is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 156 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.28 |
| HSL | 354º | 0.17% | 0.66% | - |
| HSV(B) | 354º | 0.16% | 0.72% | - |
| XYZ | 36.92 | 35.25 | 36.31 | - |
| YUV | 162.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 156 | 0 | 0.16 | 0.15 | 0.28 | 354 | 0.17 | 0.66 |
| Hex | B7 | 99 | 9C | 0 | 10 | F | 1C | 162 | 11 | 42 |
| Octal | 267 | 231 | 234 | 0 | 20 | 17 | 34 | 542 | 21 | 102 |
| Binary | 10110111 | 10011001 | 10011100 | 0 | 10000 | 1111 | 11100 | 101100010 | 10001 | 1000010 |
Color Harmonies of #B7999C
Complementary color
Monochromatic Colors of #B7999C
Black with #B7999C
Text Example
Text Example
White with #B7999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7999C; }
p { color: rgb(183,153,156); }
H1.HeaderClassName
{
color: #B7999C;
}
.AnyTagClassName
{
color: #B7999C;
}
</style>
background-color css
<style>
a { background-color: #B7999C; }
a { background-color: rgb(183,153,156); }
div.DivClassName
{
background-color: #B7999C;
}
.BgClassName
{
background-color: #B7999C;
}
</style>
border-color css
<style>
span { border-color: #B7999C; }
span { border-color: rgb(183,153,156); }
td.TdClassName
{
border-color: #B7999C;
}
.TagClassName
{
border-color: #B7999C;
}
</style>