Shades of Rose #CFA892
Tints of Rose #CFA892
RGB
CMYK
RGB Variations
Color information
#CFA892 (or 0xCFA892) is known color: Rose. HEX triplet: CF, A8 and 92. RGB value is (207,168,146). Sum of RGB (Red+Green+Blue) = 207+168+146=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA892 is #30576D. Grayscale: #B1B1B1. Windows color (decimal): -3168110 or 9611471. OLE color: 9611471.
HSL color Cylindrical-coordinate representation of color #CFA892: hue angle of 21.64º 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 #CFA892 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 146 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.19 |
| HSL | 21.64º | 0.39% | 0.69% | - |
| HSV(B) | 21.64º | 0.29% | 0.81% | - |
| XYZ | 44.92 | 43.35 | 33.19 | - |
| YUV | 177.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 146 | 0 | 0.19 | 0.29 | 0.19 | 21.64 | 0.39 | 0.69 |
| Hex | CF | A8 | 92 | 0 | 13 | 1D | 13 | 16 | 27 | 45 |
| Octal | 317 | 250 | 222 | 0 | 23 | 35 | 23 | 26 | 47 | 105 |
| Binary | 11001111 | 10101000 | 10010010 | 0 | 10011 | 11101 | 10011 | 10110 | 100111 | 1000101 |
Color Harmonies of #CFA892
Complementary color
Monochromatic Colors of #CFA892
Black with #CFA892
Text Example
Text Example
White with #CFA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA892; }
p { color: rgb(207,168,146); }
H1.HeaderClassName
{
color: #CFA892;
}
.AnyTagClassName
{
color: #CFA892;
}
</style>
background-color css
<style>
a { background-color: #CFA892; }
a { background-color: rgb(207,168,146); }
div.DivClassName
{
background-color: #CFA892;
}
.BgClassName
{
background-color: #CFA892;
}
</style>
border-color css
<style>
span { border-color: #CFA892; }
span { border-color: rgb(207,168,146); }
td.TdClassName
{
border-color: #CFA892;
}
.TagClassName
{
border-color: #CFA892;
}
</style>