Shades of Soft Amber #CFC1A8
Tints of Soft Amber #CFC1A8
RGB
CMYK
RGB Variations
Color information
#CFC1A8 (or 0xCFC1A8) is known color: Soft Amber. HEX triplet: CF, C1 and A8. RGB value is (207,193,168). Sum of RGB (Red+Green+Blue) = 207+193+168=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC1A8 is #303E57. Grayscale: #C2C2C2. Windows color (decimal): -3161688 or 11059663. OLE color: 11059663.
HSL color Cylindrical-coordinate representation of color #CFC1A8: hue angle of 38.46º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFC1A8 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 193 | 168 | - |
CMYK | 0 | 0.07 | 0.19 | 0.19 |
HSL | 38.46º | 0.29% | 0.74% | - |
HSV(B) | 38.46º | 0.19% | 0.81% | - |
XYZ | 51.87 | 54.23 | 44.78 | - |
YUV | 194.34 | 113.14 | 137.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 193 | 168 | 0 | 0.07 | 0.19 | 0.19 | 38.46 | 0.29 | 0.74 |
Hex | CF | C1 | A8 | 0 | 7 | 13 | 13 | 26 | 1D | 4A |
Octal | 317 | 301 | 250 | 0 | 7 | 23 | 23 | 46 | 35 | 112 |
Binary | 11001111 | 11000001 | 10101000 | 0 | 111 | 10011 | 10011 | 100110 | 11101 | 1001010 |
Color Harmonies of #CFC1A8
Complementary color
Monochromatic Colors of #CFC1A8
Black with #CFC1A8
Text Example
Text Example
White with #CFC1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1A8; }
p { color: rgb(207,193,168); }
H1.HeaderClassName
{
color: #CFC1A8;
}
.AnyTagClassName
{
color: #CFC1A8;
}
</style>
background-color css
<style>
a { background-color: #CFC1A8; }
a { background-color: rgb(207,193,168); }
div.DivClassName
{
background-color: #CFC1A8;
}
.BgClassName
{
background-color: #CFC1A8;
}
</style>
border-color css
<style>
span { border-color: #CFC1A8; }
span { border-color: rgb(207,193,168); }
td.TdClassName
{
border-color: #CFC1A8;
}
.TagClassName
{
border-color: #CFC1A8;
}
</style>