Shades of Soft Amber #CFC3AD
Tints of Soft Amber #CFC3AD
RGB
CMYK
RGB Variations
Color information
#CFC3AD (or 0xCFC3AD) is known color: Soft Amber. HEX triplet: CF, C3 and AD. RGB value is (207,195,173). Sum of RGB (Red+Green+Blue) = 207+195+173=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC3AD is #303C52. Grayscale: #C4C4C4. Windows color (decimal): -3161171 or 11387855. OLE color: 11387855.
HSL color Cylindrical-coordinate representation of color #CFC3AD: hue angle of 38.82º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFC3AD is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 173 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.19 |
| HSL | 38.82º | 0.26% | 0.75% | - |
| HSV(B) | 38.82º | 0.16% | 0.81% | - |
| XYZ | 52.79 | 55.31 | 47.43 | - |
| YUV | 196.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 173 | 0 | 0.06 | 0.16 | 0.19 | 38.82 | 0.26 | 0.75 |
| Hex | CF | C3 | AD | 0 | 6 | 10 | 13 | 27 | 1A | 4B |
| Octal | 317 | 303 | 255 | 0 | 6 | 20 | 23 | 47 | 32 | 113 |
| Binary | 11001111 | 11000011 | 10101101 | 0 | 110 | 10000 | 10011 | 100111 | 11010 | 1001011 |
Color Harmonies of #CFC3AD
Complementary color
Monochromatic Colors of #CFC3AD
Black with #CFC3AD
Text Example
Text Example
White with #CFC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3AD; }
p { color: rgb(207,195,173); }
H1.HeaderClassName
{
color: #CFC3AD;
}
.AnyTagClassName
{
color: #CFC3AD;
}
</style>
background-color css
<style>
a { background-color: #CFC3AD; }
a { background-color: rgb(207,195,173); }
div.DivClassName
{
background-color: #CFC3AD;
}
.BgClassName
{
background-color: #CFC3AD;
}
</style>
border-color css
<style>
span { border-color: #CFC3AD; }
span { border-color: rgb(207,195,173); }
td.TdClassName
{
border-color: #CFC3AD;
}
.TagClassName
{
border-color: #CFC3AD;
}
</style>