Shades of Romantic #FFC6A2
Tints of Romantic #FFC6A2
RGB
CMYK
RGB Variations
Color information
#FFC6A2 (or 0xFFC6A2) is known color: Romantic. HEX triplet: FF, C6 and A2. RGB value is (255,198,162). Sum of RGB (Red+Green+Blue) = 255+198+162=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 162 (63.67% from 255 or 26.34% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6A2 is #00395D. Grayscale: #D3D3D3. Windows color (decimal): -14686 or 10667775. OLE color: 10667775.
HSL color Cylindrical-coordinate representation of color #FFC6A2: hue angle of 23.23º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFC6A2 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 198 | 162 | - |
CMYK | 0 | 0.22 | 0.36 | 0 |
HSL | 23.23º | 1% | 0.82% | - |
HSV(B) | 23.23º | 0.36% | 1% | - |
XYZ | 67.96 | 64.26 | 43 | - |
YUV | 210.94 | 100.38 | 159.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 198 | 162 | 0 | 0.22 | 0.36 | 0 | 23.23 | 1 | 0.82 |
Hex | FF | C6 | A2 | 0 | 16 | 24 | 0 | 17 | 64 | 52 |
Octal | 377 | 306 | 242 | 0 | 26 | 44 | 0 | 27 | 144 | 122 |
Binary | 11111111 | 11000110 | 10100010 | 0 | 10110 | 100100 | 0 | 10111 | 1100100 | 1010010 |
Color Harmonies of #FFC6A2
Complementary color
Monochromatic Colors of #FFC6A2
Black with #FFC6A2
Text Example
Text Example
White with #FFC6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6A2; }
p { color: rgb(255,198,162); }
H1.HeaderClassName
{
color: #FFC6A2;
}
.AnyTagClassName
{
color: #FFC6A2;
}
</style>
background-color css
<style>
a { background-color: #FFC6A2; }
a { background-color: rgb(255,198,162); }
div.DivClassName
{
background-color: #FFC6A2;
}
.BgClassName
{
background-color: #FFC6A2;
}
</style>
border-color css
<style>
span { border-color: #FFC6A2; }
span { border-color: rgb(255,198,162); }
td.TdClassName
{
border-color: #FFC6A2;
}
.TagClassName
{
border-color: #FFC6A2;
}
</style>