Shades of Rose #CFA593
Tints of Rose #CFA593
RGB
CMYK
RGB Variations
Color information
#CFA593 (or 0xCFA593) is known color: Rose. HEX triplet: CF, A5 and 93. RGB value is (207,165,147). Sum of RGB (Red+Green+Blue) = 207+165+147=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA593 is #305A6C. Grayscale: #AFAFAF. Windows color (decimal): -3168877 or 9676239. OLE color: 9676239.
HSL color Cylindrical-coordinate representation of color #CFA593: hue angle of 18º 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 #CFA593 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 147 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.19 |
| HSL | 18º | 0.38% | 0.69% | - |
| HSV(B) | 18º | 0.29% | 0.81% | - |
| XYZ | 44.45 | 42.28 | 33.42 | - |
| YUV | 175.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 147 | 0 | 0.20 | 0.29 | 0.19 | 18 | 0.38 | 0.69 |
| Hex | CF | A5 | 93 | 0 | 14 | 1D | 13 | 12 | 26 | 45 |
| Octal | 317 | 245 | 223 | 0 | 24 | 35 | 23 | 22 | 46 | 105 |
| Binary | 11001111 | 10100101 | 10010011 | 0 | 10100 | 11101 | 10011 | 10010 | 100110 | 1000101 |
Color Harmonies of #CFA593
Complementary color
Monochromatic Colors of #CFA593
Black with #CFA593
Text Example
Text Example
White with #CFA593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA593; }
p { color: rgb(207,165,147); }
H1.HeaderClassName
{
color: #CFA593;
}
.AnyTagClassName
{
color: #CFA593;
}
</style>
background-color css
<style>
a { background-color: #CFA593; }
a { background-color: rgb(207,165,147); }
div.DivClassName
{
background-color: #CFA593;
}
.BgClassName
{
background-color: #CFA593;
}
</style>
border-color css
<style>
span { border-color: #CFA593; }
span { border-color: rgb(207,165,147); }
td.TdClassName
{
border-color: #CFA593;
}
.TagClassName
{
border-color: #CFA593;
}
</style>