Shades of Rose #CFA493
Tints of Rose #CFA493
RGB
CMYK
RGB Variations
Color information
#CFA493 (or 0xCFA493) is known color: Rose. HEX triplet: CF, A4 and 93. RGB value is (207,164,147). Sum of RGB (Red+Green+Blue) = 207+164+147=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA493 is #305B6C. Grayscale: #AFAFAF. Windows color (decimal): -3169133 or 9675983. OLE color: 9675983.
HSL color Cylindrical-coordinate representation of color #CFA493: hue angle of 17º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA493 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 147 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.19 |
| HSL | 17º | 0.38% | 0.69% | - |
| HSV(B) | 17º | 0.29% | 0.81% | - |
| XYZ | 44.27 | 41.92 | 33.36 | - |
| YUV | 174.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 147 | 0 | 0.21 | 0.29 | 0.19 | 17 | 0.38 | 0.69 |
| Hex | CF | A4 | 93 | 0 | 15 | 1D | 13 | 11 | 26 | 45 |
| Octal | 317 | 244 | 223 | 0 | 25 | 35 | 23 | 21 | 46 | 105 |
| Binary | 11001111 | 10100100 | 10010011 | 0 | 10101 | 11101 | 10011 | 10001 | 100110 | 1000101 |
Color Harmonies of #CFA493
Complementary color
Monochromatic Colors of #CFA493
Black with #CFA493
Text Example
Text Example
White with #CFA493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA493; }
p { color: rgb(207,164,147); }
H1.HeaderClassName
{
color: #CFA493;
}
.AnyTagClassName
{
color: #CFA493;
}
</style>
background-color css
<style>
a { background-color: #CFA493; }
a { background-color: rgb(207,164,147); }
div.DivClassName
{
background-color: #CFA493;
}
.BgClassName
{
background-color: #CFA493;
}
</style>
border-color css
<style>
span { border-color: #CFA493; }
span { border-color: rgb(207,164,147); }
td.TdClassName
{
border-color: #CFA493;
}
.TagClassName
{
border-color: #CFA493;
}
</style>