Shades of Rose #CFA28E
Tints of Rose #CFA28E
RGB
CMYK
RGB Variations
Color information
#CFA28E (or 0xCFA28E) is known color: Rose. HEX triplet: CF, A2 and 8E. RGB value is (207,162,142). Sum of RGB (Red+Green+Blue) = 207+162+142=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA28E is #305D71. Grayscale: #ADADAD. Windows color (decimal): -3169650 or 9347791. OLE color: 9347791.
HSL color Cylindrical-coordinate representation of color #CFA28E: hue angle of 18.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFA28E is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 142 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.19 |
| HSL | 18.46º | 0.4% | 0.68% | - |
| HSV(B) | 18.46º | 0.31% | 0.81% | - |
| XYZ | 43.53 | 41.06 | 31.22 | - |
| YUV | 173.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 142 | 0 | 0.22 | 0.31 | 0.19 | 18.46 | 0.4 | 0.68 |
| Hex | CF | A2 | 8E | 0 | 16 | 1F | 13 | 12 | 28 | 44 |
| Octal | 317 | 242 | 216 | 0 | 26 | 37 | 23 | 22 | 50 | 104 |
| Binary | 11001111 | 10100010 | 10001110 | 0 | 10110 | 11111 | 10011 | 10010 | 101000 | 1000100 |
Color Harmonies of #CFA28E
Complementary color
Monochromatic Colors of #CFA28E
Black with #CFA28E
Text Example
Text Example
White with #CFA28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA28E; }
p { color: rgb(207,162,142); }
H1.HeaderClassName
{
color: #CFA28E;
}
.AnyTagClassName
{
color: #CFA28E;
}
</style>
background-color css
<style>
a { background-color: #CFA28E; }
a { background-color: rgb(207,162,142); }
div.DivClassName
{
background-color: #CFA28E;
}
.BgClassName
{
background-color: #CFA28E;
}
</style>
border-color css
<style>
span { border-color: #CFA28E; }
span { border-color: rgb(207,162,142); }
td.TdClassName
{
border-color: #CFA28E;
}
.TagClassName
{
border-color: #CFA28E;
}
</style>