Shades of Rose #CFA394
Tints of Rose #CFA394
RGB
CMYK
RGB Variations
Color information
#CFA394 (or 0xCFA394) is known color: Rose. HEX triplet: CF, A3 and 94. RGB value is (207,163,148). Sum of RGB (Red+Green+Blue) = 207+163+148=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA394 is #305C6B. Grayscale: #AEAEAE. Windows color (decimal): -3169388 or 9741263. OLE color: 9741263.
HSL color Cylindrical-coordinate representation of color #CFA394: hue angle of 15.25º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA394 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 148 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.19 |
| HSL | 15.25º | 0.38% | 0.7% | - |
| HSV(B) | 15.25º | 0.29% | 0.81% | - |
| XYZ | 44.17 | 41.6 | 33.72 | - |
| YUV | 174.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 148 | 0 | 0.21 | 0.29 | 0.19 | 15.25 | 0.38 | 0.7 |
| Hex | CF | A3 | 94 | 0 | 15 | 1D | 13 | F | 26 | 46 |
| Octal | 317 | 243 | 224 | 0 | 25 | 35 | 23 | 17 | 46 | 106 |
| Binary | 11001111 | 10100011 | 10010100 | 0 | 10101 | 11101 | 10011 | 1111 | 100110 | 1000110 |
Color Harmonies of #CFA394
Complementary color
Monochromatic Colors of #CFA394
Black with #CFA394
Text Example
Text Example
White with #CFA394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA394; }
p { color: rgb(207,163,148); }
H1.HeaderClassName
{
color: #CFA394;
}
.AnyTagClassName
{
color: #CFA394;
}
</style>
background-color css
<style>
a { background-color: #CFA394; }
a { background-color: rgb(207,163,148); }
div.DivClassName
{
background-color: #CFA394;
}
.BgClassName
{
background-color: #CFA394;
}
</style>
border-color css
<style>
span { border-color: #CFA394; }
span { border-color: rgb(207,163,148); }
td.TdClassName
{
border-color: #CFA394;
}
.TagClassName
{
border-color: #CFA394;
}
</style>