Shades of Cameo #CFA88A
Tints of Cameo #CFA88A
RGB
CMYK
RGB Variations
Color information
#CFA88A (or 0xCFA88A) is known color: Cameo. HEX triplet: CF, A8 and 8A. RGB value is (207,168,138). Sum of RGB (Red+Green+Blue) = 207+168+138=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA88A is #305775. Grayscale: #B0B0B0. Windows color (decimal): -3168118 or 9087183. OLE color: 9087183.
HSL color Cylindrical-coordinate representation of color #CFA88A: hue angle of 26.09º degrees, saturation: 0.42, 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 #CFA88A is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 138 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.19 |
| HSL | 26.09º | 0.42% | 0.68% | - |
| HSV(B) | 26.09º | 0.33% | 0.81% | - |
| XYZ | 44.32 | 43.11 | 30.03 | - |
| YUV | 176.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 138 | 0 | 0.19 | 0.33 | 0.19 | 26.09 | 0.42 | 0.68 |
| Hex | CF | A8 | 8A | 0 | 13 | 21 | 13 | 1A | 2A | 44 |
| Octal | 317 | 250 | 212 | 0 | 23 | 41 | 23 | 32 | 52 | 104 |
| Binary | 11001111 | 10101000 | 10001010 | 0 | 10011 | 100001 | 10011 | 11010 | 101010 | 1000100 |
Color Harmonies of #CFA88A
Complementary color
Monochromatic Colors of #CFA88A
Black with #CFA88A
Text Example
Text Example
White with #CFA88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA88A; }
p { color: rgb(207,168,138); }
H1.HeaderClassName
{
color: #CFA88A;
}
.AnyTagClassName
{
color: #CFA88A;
}
</style>
background-color css
<style>
a { background-color: #CFA88A; }
a { background-color: rgb(207,168,138); }
div.DivClassName
{
background-color: #CFA88A;
}
.BgClassName
{
background-color: #CFA88A;
}
</style>
border-color css
<style>
span { border-color: #CFA88A; }
span { border-color: rgb(207,168,138); }
td.TdClassName
{
border-color: #CFA88A;
}
.TagClassName
{
border-color: #CFA88A;
}
</style>