Shades of Romantic #FFC699
Tints of Romantic #FFC699
RGB
CMYK
RGB Variations
Color information
#FFC699 (or 0xFFC699) is known color: Romantic. HEX triplet: FF, C6 and 99. RGB value is (255,198,153). Sum of RGB (Red+Green+Blue) = 255+198+153=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC699 is #003966. Grayscale: #D2D2D2. Windows color (decimal): -14695 or 10077951. OLE color: 10077951.
HSL color Cylindrical-coordinate representation of color #FFC699: hue angle of 26.47º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFC699 is Cyan = 0, Magento = 0.22, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 153 | - |
| CMYK | 0 | 0.22 | 0.4 | 0 |
| HSL | 26.47º | 1% | 0.8% | - |
| HSV(B) | 26.47º | 0.4% | 1% | - |
| XYZ | 67.18 | 63.95 | 38.94 | - |
| YUV | 209.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 153 | 0 | 0.22 | 0.4 | 0 | 26.47 | 1 | 0.8 |
| Hex | FF | C6 | 99 | 0 | 16 | 28 | 0 | 1A | 64 | 50 |
| Octal | 377 | 306 | 231 | 0 | 26 | 50 | 0 | 32 | 144 | 120 |
| Binary | 11111111 | 11000110 | 10011001 | 0 | 10110 | 101000 | 0 | 11010 | 1100100 | 1010000 |
Color Harmonies of #FFC699
Complementary color
Monochromatic Colors of #FFC699
Black with #FFC699
Text Example
Text Example
White with #FFC699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC699; }
p { color: rgb(255,198,153); }
H1.HeaderClassName
{
color: #FFC699;
}
.AnyTagClassName
{
color: #FFC699;
}
</style>
background-color css
<style>
a { background-color: #FFC699; }
a { background-color: rgb(255,198,153); }
div.DivClassName
{
background-color: #FFC699;
}
.BgClassName
{
background-color: #FFC699;
}
</style>
border-color css
<style>
span { border-color: #FFC699; }
span { border-color: rgb(255,198,153); }
td.TdClassName
{
border-color: #FFC699;
}
.TagClassName
{
border-color: #FFC699;
}
</style>