Shades of Cameo #CFA67B
Tints of Cameo #CFA67B
RGB
CMYK
RGB Variations
Color information
#CFA67B (or 0xCFA67B) is known color: Cameo. HEX triplet: CF, A6 and 7B. RGB value is (207,166,123). Sum of RGB (Red+Green+Blue) = 207+166+123=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA67B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA67B is #305984. Grayscale: #ADADAD. Windows color (decimal): -3168645 or 8103631. OLE color: 8103631.
HSL color Cylindrical-coordinate representation of color #CFA67B: hue angle of 30.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFA67B is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 123 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.19 |
| HSL | 30.71º | 0.47% | 0.65% | - |
| HSV(B) | 30.71º | 0.41% | 0.81% | - |
| XYZ | 42.94 | 41.97 | 24.58 | - |
| YUV | 173.36 | 99.58 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 123 | 0 | 0.20 | 0.41 | 0.19 | 30.71 | 0.47 | 0.65 |
| Hex | CF | A6 | 7B | 0 | 14 | 29 | 13 | 1F | 2F | 41 |
| Octal | 317 | 246 | 173 | 0 | 24 | 51 | 23 | 37 | 57 | 101 |
| Binary | 11001111 | 10100110 | 1111011 | 0 | 10100 | 101001 | 10011 | 11111 | 101111 | 1000001 |
Color Harmonies of #CFA67B
Complementary color
Monochromatic Colors of #CFA67B
Black with #CFA67B
Text Example
Text Example
White with #CFA67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA67B; }
p { color: rgb(207,166,123); }
H1.HeaderClassName
{
color: #CFA67B;
}
.AnyTagClassName
{
color: #CFA67B;
}
</style>
background-color css
<style>
a { background-color: #CFA67B; }
a { background-color: rgb(207,166,123); }
div.DivClassName
{
background-color: #CFA67B;
}
.BgClassName
{
background-color: #CFA67B;
}
</style>
border-color css
<style>
span { border-color: #CFA67B; }
span { border-color: rgb(207,166,123); }
td.TdClassName
{
border-color: #CFA67B;
}
.TagClassName
{
border-color: #CFA67B;
}
</style>