Shades of Rose Bud #FF9C9C
Tints of Rose Bud #FF9C9C
RGB
CMYK
RGB Variations
Color information
#FF9C9C (or 0xFF9C9C) is known color: Rose Bud. HEX triplet: FF, 9C and 9C. RGB value is (255,156,156). Sum of RGB (Red+Green+Blue) = 255+156+156=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9C9C is #006363. Grayscale: #B9B9B9. Windows color (decimal): -25444 or 10263807. OLE color: 10263807.
HSL color Cylindrical-coordinate representation of color #FF9C9C: hue angle of 0º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9C9C is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 156 | - |
| CMYK | 0 | 0.39 | 0.39 | 0 |
| HSL | 0º | 1% | 0.81% | - |
| HSV(B) | 0º | 0.39% | 1% | - |
| XYZ | 59.13 | 47.44 | 37.49 | - |
| YUV | 185.6 | 111.3 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 156 | 0 | 0.39 | 0.39 | 0 | 0 | 1 | 0.81 |
| Hex | FF | 9C | 9C | 0 | 27 | 27 | 0 | 0 | 64 | 51 |
| Octal | 377 | 234 | 234 | 0 | 47 | 47 | 0 | 0 | 144 | 121 |
| Binary | 11111111 | 10011100 | 10011100 | 0 | 100111 | 100111 | 0 | 0 | 1100100 | 1010001 |
Color Harmonies of #FF9C9C
Complementary color
Monochromatic Colors of #FF9C9C
Black with #FF9C9C
Text Example
Text Example
White with #FF9C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C9C; }
p { color: rgb(255,156,156); }
H1.HeaderClassName
{
color: #FF9C9C;
}
.AnyTagClassName
{
color: #FF9C9C;
}
</style>
background-color css
<style>
a { background-color: #FF9C9C; }
a { background-color: rgb(255,156,156); }
div.DivClassName
{
background-color: #FF9C9C;
}
.BgClassName
{
background-color: #FF9C9C;
}
</style>
border-color css
<style>
span { border-color: #FF9C9C; }
span { border-color: rgb(255,156,156); }
td.TdClassName
{
border-color: #FF9C9C;
}
.TagClassName
{
border-color: #FF9C9C;
}
</style>