Shades of Rose #CFA38D
Tints of Rose #CFA38D
RGB
CMYK
RGB Variations
Color information
#CFA38D (or 0xCFA38D) is known color: Rose. HEX triplet: CF, A3 and 8D. RGB value is (207,163,141). Sum of RGB (Red+Green+Blue) = 207+163+141=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA38D is #305C72. Grayscale: #ADADAD. Windows color (decimal): -3169395 or 9282511. OLE color: 9282511.
HSL color Cylindrical-coordinate representation of color #CFA38D: hue angle of 20º 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 #CFA38D is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 141 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.19 |
| HSL | 20º | 0.41% | 0.68% | - |
| HSV(B) | 20º | 0.32% | 0.81% | - |
| XYZ | 43.64 | 41.38 | 30.89 | - |
| YUV | 173.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 141 | 0 | 0.21 | 0.32 | 0.19 | 20 | 0.41 | 0.68 |
| Hex | CF | A3 | 8D | 0 | 15 | 20 | 13 | 14 | 29 | 44 |
| Octal | 317 | 243 | 215 | 0 | 25 | 40 | 23 | 24 | 51 | 104 |
| Binary | 11001111 | 10100011 | 10001101 | 0 | 10101 | 100000 | 10011 | 10100 | 101001 | 1000100 |
Color Harmonies of #CFA38D
Complementary color
Monochromatic Colors of #CFA38D
Black with #CFA38D
Text Example
Text Example
White with #CFA38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA38D; }
p { color: rgb(207,163,141); }
H1.HeaderClassName
{
color: #CFA38D;
}
.AnyTagClassName
{
color: #CFA38D;
}
</style>
background-color css
<style>
a { background-color: #CFA38D; }
a { background-color: rgb(207,163,141); }
div.DivClassName
{
background-color: #CFA38D;
}
.BgClassName
{
background-color: #CFA38D;
}
</style>
border-color css
<style>
span { border-color: #CFA38D; }
span { border-color: rgb(207,163,141); }
td.TdClassName
{
border-color: #CFA38D;
}
.TagClassName
{
border-color: #CFA38D;
}
</style>