Shades of Rose #C9A594
Tints of Rose #C9A594
RGB
CMYK
RGB Variations
Color information
#C9A594 (or 0xC9A594) is known color: Rose. HEX triplet: C9, A5 and 94. RGB value is (201,165,148). Sum of RGB (Red+Green+Blue) = 201+165+148=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A594 is #365A6B. Grayscale: #ADADAD. Windows color (decimal): -3562092 or 9741769. OLE color: 9741769.
HSL color Cylindrical-coordinate representation of color #C9A594: hue angle of 19.25º 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 #C9A594 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 165 | 148 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.21 |
| HSL | 19.25º | 0.33% | 0.68% | - |
| HSV(B) | 19.25º | 0.26% | 0.79% | - |
| XYZ | 42.89 | 41.47 | 33.76 | - |
| YUV | 173.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 148 | 0 | 0.18 | 0.26 | 0.21 | 19.25 | 0.33 | 0.68 |
| Hex | C9 | A5 | 94 | 0 | 12 | 1A | 15 | 13 | 21 | 44 |
| Octal | 311 | 245 | 224 | 0 | 22 | 32 | 25 | 23 | 41 | 104 |
| Binary | 11001001 | 10100101 | 10010100 | 0 | 10010 | 11010 | 10101 | 10011 | 100001 | 1000100 |
Color Harmonies of #C9A594
Complementary color
Monochromatic Colors of #C9A594
Black with #C9A594
Text Example
Text Example
White with #C9A594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A594; }
p { color: rgb(201,165,148); }
H1.HeaderClassName
{
color: #C9A594;
}
.AnyTagClassName
{
color: #C9A594;
}
</style>
background-color css
<style>
a { background-color: #C9A594; }
a { background-color: rgb(201,165,148); }
div.DivClassName
{
background-color: #C9A594;
}
.BgClassName
{
background-color: #C9A594;
}
</style>
border-color css
<style>
span { border-color: #C9A594; }
span { border-color: rgb(201,165,148); }
td.TdClassName
{
border-color: #C9A594;
}
.TagClassName
{
border-color: #C9A594;
}
</style>