Shades of Rose #CFA08D
Tints of Rose #CFA08D
RGB
CMYK
RGB Variations
Color information
#CFA08D (or 0xCFA08D) is known color: Rose. HEX triplet: CF, A0 and 8D. RGB value is (207,160,141). Sum of RGB (Red+Green+Blue) = 207+160+141=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA08D is #305F72. Grayscale: #ACACAC. Windows color (decimal): -3170163 or 9281743. OLE color: 9281743.
HSL color Cylindrical-coordinate representation of color #CFA08D: hue angle of 17.27º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA08D is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 141 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.19 |
| HSL | 17.27º | 0.41% | 0.68% | - |
| HSV(B) | 17.27º | 0.32% | 0.81% | - |
| XYZ | 43.11 | 40.33 | 30.71 | - |
| YUV | 171.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 141 | 0 | 0.23 | 0.32 | 0.19 | 17.27 | 0.41 | 0.68 |
| Hex | CF | A0 | 8D | 0 | 17 | 20 | 13 | 11 | 29 | 44 |
| Octal | 317 | 240 | 215 | 0 | 27 | 40 | 23 | 21 | 51 | 104 |
| Binary | 11001111 | 10100000 | 10001101 | 0 | 10111 | 100000 | 10011 | 10001 | 101001 | 1000100 |
Color Harmonies of #CFA08D
Complementary color
Monochromatic Colors of #CFA08D
Black with #CFA08D
Text Example
Text Example
White with #CFA08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA08D; }
p { color: rgb(207,160,141); }
H1.HeaderClassName
{
color: #CFA08D;
}
.AnyTagClassName
{
color: #CFA08D;
}
</style>
background-color css
<style>
a { background-color: #CFA08D; }
a { background-color: rgb(207,160,141); }
div.DivClassName
{
background-color: #CFA08D;
}
.BgClassName
{
background-color: #CFA08D;
}
</style>
border-color css
<style>
span { border-color: #CFA08D; }
span { border-color: rgb(207,160,141); }
td.TdClassName
{
border-color: #CFA08D;
}
.TagClassName
{
border-color: #CFA08D;
}
</style>