Shades of Careys Pink #B79DA3
Tints of Careys Pink #B79DA3
RGB
CMYK
RGB Variations
Color information
#B79DA3 (or 0xB79DA3) is known color: Careys Pink. HEX triplet: B7, 9D and A3. RGB value is (183,157,163). Sum of RGB (Red+Green+Blue) = 183+157+163=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 183 - color contains mainly: red. Hex color #B79DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79DA3 is #48625C. Grayscale: #A5A5A5. Windows color (decimal): -4743773 or 10722743. OLE color: 10722743.
HSL color Cylindrical-coordinate representation of color #B79DA3: hue angle of 346.15º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B79DA3 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 157 | 163 | - |
CMYK | 0 | 0.14 | 0.11 | 0.28 |
HSL | 346.15º | 0.15% | 0.67% | - |
HSV(B) | 346.15º | 0.14% | 0.72% | - |
XYZ | 38.2 | 36.83 | 39.75 | - |
YUV | 165.46 | 126.61 | 140.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 157 | 163 | 0 | 0.14 | 0.11 | 0.28 | 346.15 | 0.15 | 0.67 |
Hex | B7 | 9D | A3 | 0 | E | B | 1C | 15A | F | 43 |
Octal | 267 | 235 | 243 | 0 | 16 | 13 | 34 | 532 | 17 | 103 |
Binary | 10110111 | 10011101 | 10100011 | 0 | 1110 | 1011 | 11100 | 101011010 | 1111 | 1000011 |
Color Harmonies of #B79DA3
Complementary color
Monochromatic Colors of #B79DA3
Black with #B79DA3
Text Example
Text Example
White with #B79DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79DA3; }
p { color: rgb(183,157,163); }
H1.HeaderClassName
{
color: #B79DA3;
}
.AnyTagClassName
{
color: #B79DA3;
}
</style>
background-color css
<style>
a { background-color: #B79DA3; }
a { background-color: rgb(183,157,163); }
div.DivClassName
{
background-color: #B79DA3;
}
.BgClassName
{
background-color: #B79DA3;
}
</style>
border-color css
<style>
span { border-color: #B79DA3; }
span { border-color: rgb(183,157,163); }
td.TdClassName
{
border-color: #B79DA3;
}
.TagClassName
{
border-color: #B79DA3;
}
</style>