Shades of Soft Amber #CFC1A7
Tints of Soft Amber #CFC1A7
RGB
CMYK
RGB Variations
Color information
#CFC1A7 (or 0xCFC1A7) is known color: Soft Amber. HEX triplet: CF, C1 and A7. RGB value is (207,193,167). Sum of RGB (Red+Green+Blue) = 207+193+167=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 167 (65.62% from 255 or 29.45% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC1A7 is #303E58. Grayscale: #C2C2C2. Windows color (decimal): -3161689 or 10994127. OLE color: 10994127.
HSL color Cylindrical-coordinate representation of color #CFC1A7: hue angle of 39º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFC1A7 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 167 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.19 |
| HSL | 39º | 0.29% | 0.73% | - |
| HSV(B) | 39º | 0.19% | 0.81% | - |
| XYZ | 51.78 | 54.2 | 44.29 | - |
| YUV | 194.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 167 | 0 | 0.07 | 0.19 | 0.19 | 39 | 0.29 | 0.73 |
| Hex | CF | C1 | A7 | 0 | 7 | 13 | 13 | 27 | 1D | 49 |
| Octal | 317 | 301 | 247 | 0 | 7 | 23 | 23 | 47 | 35 | 111 |
| Binary | 11001111 | 11000001 | 10100111 | 0 | 111 | 10011 | 10011 | 100111 | 11101 | 1001001 |
Color Harmonies of #CFC1A7
Complementary color
Monochromatic Colors of #CFC1A7
Black with #CFC1A7
Text Example
Text Example
White with #CFC1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1A7; }
p { color: rgb(207,193,167); }
H1.HeaderClassName
{
color: #CFC1A7;
}
.AnyTagClassName
{
color: #CFC1A7;
}
</style>
background-color css
<style>
a { background-color: #CFC1A7; }
a { background-color: rgb(207,193,167); }
div.DivClassName
{
background-color: #CFC1A7;
}
.BgClassName
{
background-color: #CFC1A7;
}
</style>
border-color css
<style>
span { border-color: #CFC1A7; }
span { border-color: rgb(207,193,167); }
td.TdClassName
{
border-color: #CFC1A7;
}
.TagClassName
{
border-color: #CFC1A7;
}
</style>