Shades of Rose #CFA08B
Tints of Rose #CFA08B
RGB
CMYK
RGB Variations
Color information
#CFA08B (or 0xCFA08B) is known color: Rose. HEX triplet: CF, A0 and 8B. RGB value is (207,160,139). Sum of RGB (Red+Green+Blue) = 207+160+139=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA08B is #305F74. Grayscale: #ABABAB. Windows color (decimal): -3170165 or 9150671. OLE color: 9150671.
HSL color Cylindrical-coordinate representation of color #CFA08B: hue angle of 18.53º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFA08B is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 139 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.19 |
| HSL | 18.53º | 0.41% | 0.68% | - |
| HSV(B) | 18.53º | 0.33% | 0.81% | - |
| XYZ | 42.96 | 40.27 | 29.93 | - |
| YUV | 171.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 139 | 0 | 0.23 | 0.33 | 0.19 | 18.53 | 0.41 | 0.68 |
| Hex | CF | A0 | 8B | 0 | 17 | 21 | 13 | 13 | 29 | 44 |
| Octal | 317 | 240 | 213 | 0 | 27 | 41 | 23 | 23 | 51 | 104 |
| Binary | 11001111 | 10100000 | 10001011 | 0 | 10111 | 100001 | 10011 | 10011 | 101001 | 1000100 |
Color Harmonies of #CFA08B
Complementary color
Monochromatic Colors of #CFA08B
Black with #CFA08B
Text Example
Text Example
White with #CFA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA08B; }
p { color: rgb(207,160,139); }
H1.HeaderClassName
{
color: #CFA08B;
}
.AnyTagClassName
{
color: #CFA08B;
}
</style>
background-color css
<style>
a { background-color: #CFA08B; }
a { background-color: rgb(207,160,139); }
div.DivClassName
{
background-color: #CFA08B;
}
.BgClassName
{
background-color: #CFA08B;
}
</style>
border-color css
<style>
span { border-color: #CFA08B; }
span { border-color: rgb(207,160,139); }
td.TdClassName
{
border-color: #CFA08B;
}
.TagClassName
{
border-color: #CFA08B;
}
</style>