Shades of Soft Amber #CFC2AD
Tints of Soft Amber #CFC2AD
RGB
CMYK
RGB Variations
Color information
#CFC2AD (or 0xCFC2AD) is known color: Soft Amber. HEX triplet: CF, C2 and AD. RGB value is (207,194,173). Sum of RGB (Red+Green+Blue) = 207+194+173=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC2AD is #303D52. Grayscale: #C3C3C3. Windows color (decimal): -3161427 or 11387599. OLE color: 11387599.
HSL color Cylindrical-coordinate representation of color #CFC2AD: hue angle of 37.06º 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 #CFC2AD is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 173 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.19 |
| HSL | 37.06º | 0.26% | 0.75% | - |
| HSV(B) | 37.06º | 0.16% | 0.81% | - |
| XYZ | 52.57 | 54.87 | 47.35 | - |
| YUV | 195.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 173 | 0 | 0.06 | 0.16 | 0.19 | 37.06 | 0.26 | 0.75 |
| Hex | CF | C2 | AD | 0 | 6 | 10 | 13 | 25 | 1A | 4B |
| Octal | 317 | 302 | 255 | 0 | 6 | 20 | 23 | 45 | 32 | 113 |
| Binary | 11001111 | 11000010 | 10101101 | 0 | 110 | 10000 | 10011 | 100101 | 11010 | 1001011 |
Color Harmonies of #CFC2AD
Complementary color
Monochromatic Colors of #CFC2AD
Black with #CFC2AD
Text Example
Text Example
White with #CFC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2AD; }
p { color: rgb(207,194,173); }
H1.HeaderClassName
{
color: #CFC2AD;
}
.AnyTagClassName
{
color: #CFC2AD;
}
</style>
background-color css
<style>
a { background-color: #CFC2AD; }
a { background-color: rgb(207,194,173); }
div.DivClassName
{
background-color: #CFC2AD;
}
.BgClassName
{
background-color: #CFC2AD;
}
</style>
border-color css
<style>
span { border-color: #CFC2AD; }
span { border-color: rgb(207,194,173); }
td.TdClassName
{
border-color: #CFC2AD;
}
.TagClassName
{
border-color: #CFC2AD;
}
</style>