Shades of Rose #C8A492
Tints of Rose #C8A492
RGB
CMYK
RGB Variations
Color information
#C8A492 (or 0xC8A492) is known color: Rose. HEX triplet: C8, A4 and 92. RGB value is (200,164,146). Sum of RGB (Red+Green+Blue) = 200+164+146=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A492 is #375B6D. Grayscale: #ACACAC. Windows color (decimal): -3627886 or 9610440. OLE color: 9610440.
HSL color Cylindrical-coordinate representation of color #C8A492: hue angle of 20º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8A492 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 146 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.22 |
| HSL | 20º | 0.33% | 0.68% | - |
| HSV(B) | 20º | 0.27% | 0.78% | - |
| XYZ | 42.28 | 40.91 | 32.86 | - |
| YUV | 172.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 146 | 0 | 0.18 | 0.27 | 0.22 | 20 | 0.33 | 0.68 |
| Hex | C8 | A4 | 92 | 0 | 12 | 1B | 16 | 14 | 21 | 44 |
| Octal | 310 | 244 | 222 | 0 | 22 | 33 | 26 | 24 | 41 | 104 |
| Binary | 11001000 | 10100100 | 10010010 | 0 | 10010 | 11011 | 10110 | 10100 | 100001 | 1000100 |
Color Harmonies of #C8A492
Complementary color
Monochromatic Colors of #C8A492
Black with #C8A492
Text Example
Text Example
White with #C8A492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A492; }
p { color: rgb(200,164,146); }
H1.HeaderClassName
{
color: #C8A492;
}
.AnyTagClassName
{
color: #C8A492;
}
</style>
background-color css
<style>
a { background-color: #C8A492; }
a { background-color: rgb(200,164,146); }
div.DivClassName
{
background-color: #C8A492;
}
.BgClassName
{
background-color: #C8A492;
}
</style>
border-color css
<style>
span { border-color: #C8A492; }
span { border-color: rgb(200,164,146); }
td.TdClassName
{
border-color: #C8A492;
}
.TagClassName
{
border-color: #C8A492;
}
</style>