Shades of Rose #CFA392
Tints of Rose #CFA392
RGB
CMYK
RGB Variations
Color information
#CFA392 (or 0xCFA392) is known color: Rose. HEX triplet: CF, A3 and 92. RGB value is (207,163,146). Sum of RGB (Red+Green+Blue) = 207+163+146=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA392 is #305C6D. Grayscale: #AEAEAE. Windows color (decimal): -3169390 or 9610191. OLE color: 9610191.
HSL color Cylindrical-coordinate representation of color #CFA392: hue angle of 16.72º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA392 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 146 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.19 |
| HSL | 16.72º | 0.39% | 0.69% | - |
| HSV(B) | 16.72º | 0.29% | 0.81% | - |
| XYZ | 44.02 | 41.54 | 32.89 | - |
| YUV | 174.22 | 112.08 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 146 | 0 | 0.21 | 0.29 | 0.19 | 16.72 | 0.39 | 0.69 |
| Hex | CF | A3 | 92 | 0 | 15 | 1D | 13 | 11 | 27 | 45 |
| Octal | 317 | 243 | 222 | 0 | 25 | 35 | 23 | 21 | 47 | 105 |
| Binary | 11001111 | 10100011 | 10010010 | 0 | 10101 | 11101 | 10011 | 10001 | 100111 | 1000101 |
Color Harmonies of #CFA392
Complementary color
Monochromatic Colors of #CFA392
Black with #CFA392
Text Example
Text Example
White with #CFA392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA392; }
p { color: rgb(207,163,146); }
H1.HeaderClassName
{
color: #CFA392;
}
.AnyTagClassName
{
color: #CFA392;
}
</style>
background-color css
<style>
a { background-color: #CFA392; }
a { background-color: rgb(207,163,146); }
div.DivClassName
{
background-color: #CFA392;
}
.BgClassName
{
background-color: #CFA392;
}
</style>
border-color css
<style>
span { border-color: #CFA392; }
span { border-color: rgb(207,163,146); }
td.TdClassName
{
border-color: #CFA392;
}
.TagClassName
{
border-color: #CFA392;
}
</style>