Shades of Careys Pink #B7999D
Tints of Careys Pink #B7999D
RGB
CMYK
RGB Variations
Color information
#B7999D (or 0xB7999D) is known color: Careys Pink. HEX triplet: B7, 99 and 9D. RGB value is (183,153,157). Sum of RGB (Red+Green+Blue) = 183+153+157=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 183 - color contains mainly: red. Hex color #B7999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7999D is #486662. Grayscale: #A2A2A2. Windows color (decimal): -4744803 or 10328503. OLE color: 10328503.
HSL color Cylindrical-coordinate representation of color #B7999D: hue angle of 352º 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 #B7999D is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 157 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.28 |
| HSL | 352º | 0.17% | 0.66% | - |
| HSV(B) | 352º | 0.16% | 0.72% | - |
| XYZ | 37.01 | 35.28 | 36.76 | - |
| YUV | 162.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 157 | 0 | 0.16 | 0.14 | 0.28 | 352 | 0.17 | 0.66 |
| Hex | B7 | 99 | 9D | 0 | 10 | E | 1C | 160 | 11 | 42 |
| Octal | 267 | 231 | 235 | 0 | 20 | 16 | 34 | 540 | 21 | 102 |
| Binary | 10110111 | 10011001 | 10011101 | 0 | 10000 | 1110 | 11100 | 101100000 | 10001 | 1000010 |
Color Harmonies of #B7999D
Complementary color
Monochromatic Colors of #B7999D
Black with #B7999D
Text Example
Text Example
White with #B7999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7999D; }
p { color: rgb(183,153,157); }
H1.HeaderClassName
{
color: #B7999D;
}
.AnyTagClassName
{
color: #B7999D;
}
</style>
background-color css
<style>
a { background-color: #B7999D; }
a { background-color: rgb(183,153,157); }
div.DivClassName
{
background-color: #B7999D;
}
.BgClassName
{
background-color: #B7999D;
}
</style>
border-color css
<style>
span { border-color: #B7999D; }
span { border-color: rgb(183,153,157); }
td.TdClassName
{
border-color: #B7999D;
}
.TagClassName
{
border-color: #B7999D;
}
</style>