Shades of Rose #CFA792
Tints of Rose #CFA792
RGB
CMYK
RGB Variations
Color information
#CFA792 (or 0xCFA792) is known color: Rose. HEX triplet: CF, A7 and 92. RGB value is (207,167,146). Sum of RGB (Red+Green+Blue) = 207+167+146=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA792 is #30586D. Grayscale: #B0B0B0. Windows color (decimal): -3168366 or 9611215. OLE color: 9611215.
HSL color Cylindrical-coordinate representation of color #CFA792: hue angle of 20.66º 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 #CFA792 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 146 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.19 |
| HSL | 20.66º | 0.39% | 0.69% | - |
| HSV(B) | 20.66º | 0.29% | 0.81% | - |
| XYZ | 44.74 | 42.98 | 33.13 | - |
| YUV | 176.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 146 | 0 | 0.19 | 0.29 | 0.19 | 20.66 | 0.39 | 0.69 |
| Hex | CF | A7 | 92 | 0 | 13 | 1D | 13 | 15 | 27 | 45 |
| Octal | 317 | 247 | 222 | 0 | 23 | 35 | 23 | 25 | 47 | 105 |
| Binary | 11001111 | 10100111 | 10010010 | 0 | 10011 | 11101 | 10011 | 10101 | 100111 | 1000101 |
Color Harmonies of #CFA792
Complementary color
Monochromatic Colors of #CFA792
Black with #CFA792
Text Example
Text Example
White with #CFA792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA792; }
p { color: rgb(207,167,146); }
H1.HeaderClassName
{
color: #CFA792;
}
.AnyTagClassName
{
color: #CFA792;
}
</style>
background-color css
<style>
a { background-color: #CFA792; }
a { background-color: rgb(207,167,146); }
div.DivClassName
{
background-color: #CFA792;
}
.BgClassName
{
background-color: #CFA792;
}
</style>
border-color css
<style>
span { border-color: #CFA792; }
span { border-color: rgb(207,167,146); }
td.TdClassName
{
border-color: #CFA792;
}
.TagClassName
{
border-color: #CFA792;
}
</style>