Shades of Rose #C9A294
Tints of Rose #C9A294
RGB
CMYK
RGB Variations
Color information
#C9A294 (or 0xC9A294) is known color: Rose. HEX triplet: C9, A2 and 94. RGB value is (201,162,148). Sum of RGB (Red+Green+Blue) = 201+162+148=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A294 is #365D6B. Grayscale: #ACACAC. Windows color (decimal): -3562860 or 9741001. OLE color: 9741001.
HSL color Cylindrical-coordinate representation of color #C9A294: hue angle of 15.85º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9A294 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 148 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.21 |
| HSL | 15.85º | 0.33% | 0.68% | - |
| HSV(B) | 15.85º | 0.26% | 0.79% | - |
| XYZ | 42.35 | 40.4 | 33.58 | - |
| YUV | 172.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 148 | 0 | 0.19 | 0.26 | 0.21 | 15.85 | 0.33 | 0.68 |
| Hex | C9 | A2 | 94 | 0 | 13 | 1A | 15 | 10 | 21 | 44 |
| Octal | 311 | 242 | 224 | 0 | 23 | 32 | 25 | 20 | 41 | 104 |
| Binary | 11001001 | 10100010 | 10010100 | 0 | 10011 | 11010 | 10101 | 10000 | 100001 | 1000100 |
Color Harmonies of #C9A294
Complementary color
Monochromatic Colors of #C9A294
Black with #C9A294
Text Example
Text Example
White with #C9A294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A294; }
p { color: rgb(201,162,148); }
H1.HeaderClassName
{
color: #C9A294;
}
.AnyTagClassName
{
color: #C9A294;
}
</style>
background-color css
<style>
a { background-color: #C9A294; }
a { background-color: rgb(201,162,148); }
div.DivClassName
{
background-color: #C9A294;
}
.BgClassName
{
background-color: #C9A294;
}
</style>
border-color css
<style>
span { border-color: #C9A294; }
span { border-color: rgb(201,162,148); }
td.TdClassName
{
border-color: #C9A294;
}
.TagClassName
{
border-color: #C9A294;
}
</style>