Shades of Cameo #CFA68A
Tints of Cameo #CFA68A
RGB
CMYK
RGB Variations
Color information
#CFA68A (or 0xCFA68A) is known color: Cameo. HEX triplet: CF, A6 and 8A. RGB value is (207,166,138). Sum of RGB (Red+Green+Blue) = 207+166+138=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA68A is #305975. Grayscale: #AFAFAF. Windows color (decimal): -3168630 or 9086671. OLE color: 9086671.
HSL color Cylindrical-coordinate representation of color #CFA68A: hue angle of 24.35º 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 #CFA68A is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 138 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.19 |
| HSL | 24.35º | 0.42% | 0.68% | - |
| HSV(B) | 24.35º | 0.33% | 0.81% | - |
| XYZ | 43.96 | 42.37 | 29.91 | - |
| YUV | 175.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 138 | 0 | 0.20 | 0.33 | 0.19 | 24.35 | 0.42 | 0.68 |
| Hex | CF | A6 | 8A | 0 | 14 | 21 | 13 | 18 | 2A | 44 |
| Octal | 317 | 246 | 212 | 0 | 24 | 41 | 23 | 30 | 52 | 104 |
| Binary | 11001111 | 10100110 | 10001010 | 0 | 10100 | 100001 | 10011 | 11000 | 101010 | 1000100 |
Color Harmonies of #CFA68A
Complementary color
Monochromatic Colors of #CFA68A
Black with #CFA68A
Text Example
Text Example
White with #CFA68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA68A; }
p { color: rgb(207,166,138); }
H1.HeaderClassName
{
color: #CFA68A;
}
.AnyTagClassName
{
color: #CFA68A;
}
</style>
background-color css
<style>
a { background-color: #CFA68A; }
a { background-color: rgb(207,166,138); }
div.DivClassName
{
background-color: #CFA68A;
}
.BgClassName
{
background-color: #CFA68A;
}
</style>
border-color css
<style>
span { border-color: #CFA68A; }
span { border-color: rgb(207,166,138); }
td.TdClassName
{
border-color: #CFA68A;
}
.TagClassName
{
border-color: #CFA68A;
}
</style>