Shades of Rose Bud #FFA792
Tints of Rose Bud #FFA792
RGB
CMYK
RGB Variations
Color information
#FFA792 (or 0xFFA792) is known color: Rose Bud. HEX triplet: FF, A7 and 92. RGB value is (255,167,146). Sum of RGB (Red+Green+Blue) = 255+167+146=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA792 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA792 is #00586D. Grayscale: #BFBFBF. Windows color (decimal): -22638 or 9611263. OLE color: 9611263.
HSL color Cylindrical-coordinate representation of color #FFA792: hue angle of 11.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFA792 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 146 | - |
| CMYK | 0 | 0.35 | 0.43 | 0 |
| HSL | 11.56º | 1% | 0.79% | - |
| HSV(B) | 11.56º | 0.43% | 1% | - |
| XYZ | 60.25 | 50.97 | 33.86 | - |
| YUV | 190.92 | 102.65 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 146 | 0 | 0.35 | 0.43 | 0 | 11.56 | 1 | 0.79 |
| Hex | FF | A7 | 92 | 0 | 23 | 2B | 0 | C | 64 | 4F |
| Octal | 377 | 247 | 222 | 0 | 43 | 53 | 0 | 14 | 144 | 117 |
| Binary | 11111111 | 10100111 | 10010010 | 0 | 100011 | 101011 | 0 | 1100 | 1100100 | 1001111 |
Color Harmonies of #FFA792
Complementary color
Monochromatic Colors of #FFA792
Black with #FFA792
Text Example
Text Example
White with #FFA792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA792; }
p { color: rgb(255,167,146); }
H1.HeaderClassName
{
color: #FFA792;
}
.AnyTagClassName
{
color: #FFA792;
}
</style>
background-color css
<style>
a { background-color: #FFA792; }
a { background-color: rgb(255,167,146); }
div.DivClassName
{
background-color: #FFA792;
}
.BgClassName
{
background-color: #FFA792;
}
</style>
border-color css
<style>
span { border-color: #FFA792; }
span { border-color: rgb(255,167,146); }
td.TdClassName
{
border-color: #FFA792;
}
.TagClassName
{
border-color: #FFA792;
}
</style>