Shades of Rose #CFA08C
Tints of Rose #CFA08C
RGB
CMYK
RGB Variations
Color information
#CFA08C (or 0xCFA08C) is known color: Rose. HEX triplet: CF, A0 and 8C. RGB value is (207,160,140). Sum of RGB (Red+Green+Blue) = 207+160+140=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA08C is #305F73. Grayscale: #ABABAB. Windows color (decimal): -3170164 or 9216207. OLE color: 9216207.
HSL color Cylindrical-coordinate representation of color #CFA08C: hue angle of 17.91º 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 #CFA08C is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 140 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.19 |
| HSL | 17.91º | 0.41% | 0.68% | - |
| HSV(B) | 17.91º | 0.32% | 0.81% | - |
| XYZ | 43.04 | 40.3 | 30.32 | - |
| YUV | 171.77 | 110.07 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 140 | 0 | 0.23 | 0.32 | 0.19 | 17.91 | 0.41 | 0.68 |
| Hex | CF | A0 | 8C | 0 | 17 | 20 | 13 | 12 | 29 | 44 |
| Octal | 317 | 240 | 214 | 0 | 27 | 40 | 23 | 22 | 51 | 104 |
| Binary | 11001111 | 10100000 | 10001100 | 0 | 10111 | 100000 | 10011 | 10010 | 101001 | 1000100 |
Color Harmonies of #CFA08C
Complementary color
Monochromatic Colors of #CFA08C
Black with #CFA08C
Text Example
Text Example
White with #CFA08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA08C; }
p { color: rgb(207,160,140); }
H1.HeaderClassName
{
color: #CFA08C;
}
.AnyTagClassName
{
color: #CFA08C;
}
</style>
background-color css
<style>
a { background-color: #CFA08C; }
a { background-color: rgb(207,160,140); }
div.DivClassName
{
background-color: #CFA08C;
}
.BgClassName
{
background-color: #CFA08C;
}
</style>
border-color css
<style>
span { border-color: #CFA08C; }
span { border-color: rgb(207,160,140); }
td.TdClassName
{
border-color: #CFA08C;
}
.TagClassName
{
border-color: #CFA08C;
}
</style>