Shades of Rose #CFA18C
Tints of Rose #CFA18C
RGB
CMYK
RGB Variations
Color information
#CFA18C (or 0xCFA18C) is known color: Rose. HEX triplet: CF, A1 and 8C. RGB value is (207,161,140). Sum of RGB (Red+Green+Blue) = 207+161+140=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA18C is #305E73. Grayscale: #ACACAC. Windows color (decimal): -3169908 or 9216463. OLE color: 9216463.
HSL color Cylindrical-coordinate representation of color #CFA18C: hue angle of 18.81º 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 #CFA18C is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 140 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.19 |
| HSL | 18.81º | 0.41% | 0.68% | - |
| HSV(B) | 18.81º | 0.32% | 0.81% | - |
| XYZ | 43.21 | 40.65 | 30.38 | - |
| YUV | 172.36 | 109.74 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 140 | 0 | 0.22 | 0.32 | 0.19 | 18.81 | 0.41 | 0.68 |
| Hex | CF | A1 | 8C | 0 | 16 | 20 | 13 | 13 | 29 | 44 |
| Octal | 317 | 241 | 214 | 0 | 26 | 40 | 23 | 23 | 51 | 104 |
| Binary | 11001111 | 10100001 | 10001100 | 0 | 10110 | 100000 | 10011 | 10011 | 101001 | 1000100 |
Color Harmonies of #CFA18C
Complementary color
Monochromatic Colors of #CFA18C
Black with #CFA18C
Text Example
Text Example
White with #CFA18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA18C; }
p { color: rgb(207,161,140); }
H1.HeaderClassName
{
color: #CFA18C;
}
.AnyTagClassName
{
color: #CFA18C;
}
</style>
background-color css
<style>
a { background-color: #CFA18C; }
a { background-color: rgb(207,161,140); }
div.DivClassName
{
background-color: #CFA18C;
}
.BgClassName
{
background-color: #CFA18C;
}
</style>
border-color css
<style>
span { border-color: #CFA18C; }
span { border-color: rgb(207,161,140); }
td.TdClassName
{
border-color: #CFA18C;
}
.TagClassName
{
border-color: #CFA18C;
}
</style>