Shades of Rose #C7A593
Tints of Rose #C7A593
RGB
CMYK
RGB Variations
Color information
#C7A593 (or 0xC7A593) is known color: Rose. HEX triplet: C7, A5 and 93. RGB value is (199,165,147). Sum of RGB (Red+Green+Blue) = 199+165+147=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A593 is #385A6C. Grayscale: #ADADAD. Windows color (decimal): -3693165 or 9676231. OLE color: 9676231.
HSL color Cylindrical-coordinate representation of color #C7A593: hue angle of 20.77º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7A593 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 147 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.22 |
| HSL | 20.77º | 0.32% | 0.68% | - |
| HSV(B) | 20.77º | 0.26% | 0.78% | - |
| XYZ | 42.27 | 41.16 | 33.32 | - |
| YUV | 173.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 147 | 0 | 0.17 | 0.26 | 0.22 | 20.77 | 0.32 | 0.68 |
| Hex | C7 | A5 | 93 | 0 | 11 | 1A | 16 | 15 | 20 | 44 |
| Octal | 307 | 245 | 223 | 0 | 21 | 32 | 26 | 25 | 40 | 104 |
| Binary | 11000111 | 10100101 | 10010011 | 0 | 10001 | 11010 | 10110 | 10101 | 100000 | 1000100 |
Color Harmonies of #C7A593
Complementary color
Monochromatic Colors of #C7A593
Black with #C7A593
Text Example
Text Example
White with #C7A593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A593; }
p { color: rgb(199,165,147); }
H1.HeaderClassName
{
color: #C7A593;
}
.AnyTagClassName
{
color: #C7A593;
}
</style>
background-color css
<style>
a { background-color: #C7A593; }
a { background-color: rgb(199,165,147); }
div.DivClassName
{
background-color: #C7A593;
}
.BgClassName
{
background-color: #C7A593;
}
</style>
border-color css
<style>
span { border-color: #C7A593; }
span { border-color: rgb(199,165,147); }
td.TdClassName
{
border-color: #C7A593;
}
.TagClassName
{
border-color: #C7A593;
}
</style>