Shades of Careys Pink #B79A9C
Tints of Careys Pink #B79A9C
RGB
CMYK
RGB Variations
Color information
#B79A9C (or 0xB79A9C) is known color: Careys Pink. HEX triplet: B7, 9A and 9C. RGB value is (183,154,156). Sum of RGB (Red+Green+Blue) = 183+154+156=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79A9C is #486563. Grayscale: #A2A2A2. Windows color (decimal): -4744548 or 10263223. OLE color: 10263223.
HSL color Cylindrical-coordinate representation of color #B79A9C: hue angle of 355.86º 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 #B79A9C is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 156 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.28 |
| HSL | 355.86º | 0.17% | 0.66% | - |
| HSV(B) | 355.86º | 0.16% | 0.72% | - |
| XYZ | 37.08 | 35.58 | 36.37 | - |
| YUV | 162.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 156 | 0 | 0.16 | 0.15 | 0.28 | 355.86 | 0.17 | 0.66 |
| Hex | B7 | 9A | 9C | 0 | 10 | F | 1C | 164 | 11 | 42 |
| Octal | 267 | 232 | 234 | 0 | 20 | 17 | 34 | 544 | 21 | 102 |
| Binary | 10110111 | 10011010 | 10011100 | 0 | 10000 | 1111 | 11100 | 101100100 | 10001 | 1000010 |
Color Harmonies of #B79A9C
Complementary color
Monochromatic Colors of #B79A9C
Black with #B79A9C
Text Example
Text Example
White with #B79A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A9C; }
p { color: rgb(183,154,156); }
H1.HeaderClassName
{
color: #B79A9C;
}
.AnyTagClassName
{
color: #B79A9C;
}
</style>
background-color css
<style>
a { background-color: #B79A9C; }
a { background-color: rgb(183,154,156); }
div.DivClassName
{
background-color: #B79A9C;
}
.BgClassName
{
background-color: #B79A9C;
}
</style>
border-color css
<style>
span { border-color: #B79A9C; }
span { border-color: rgb(183,154,156); }
td.TdClassName
{
border-color: #B79A9C;
}
.TagClassName
{
border-color: #B79A9C;
}
</style>