Shades of Cameo #CFA67A
Tints of Cameo #CFA67A
RGB
CMYK
RGB Variations
Color information
#CFA67A (or 0xCFA67A) is known color: Cameo. HEX triplet: CF, A6 and 7A. RGB value is (207,166,122). Sum of RGB (Red+Green+Blue) = 207+166+122=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA67A is #305985. Grayscale: #ADADAD. Windows color (decimal): -3168646 or 8038095. OLE color: 8038095.
HSL color Cylindrical-coordinate representation of color #CFA67A: hue angle of 31.06º 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 #CFA67A is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 122 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.19 |
| HSL | 31.06º | 0.47% | 0.65% | - |
| HSV(B) | 31.06º | 0.41% | 0.81% | - |
| XYZ | 42.88 | 41.94 | 24.25 | - |
| YUV | 173.24 | 99.08 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 122 | 0 | 0.20 | 0.41 | 0.19 | 31.06 | 0.47 | 0.65 |
| Hex | CF | A6 | 7A | 0 | 14 | 29 | 13 | 1F | 2F | 41 |
| Octal | 317 | 246 | 172 | 0 | 24 | 51 | 23 | 37 | 57 | 101 |
| Binary | 11001111 | 10100110 | 1111010 | 0 | 10100 | 101001 | 10011 | 11111 | 101111 | 1000001 |
Color Harmonies of #CFA67A
Complementary color
Monochromatic Colors of #CFA67A
Black with #CFA67A
Text Example
Text Example
White with #CFA67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA67A; }
p { color: rgb(207,166,122); }
H1.HeaderClassName
{
color: #CFA67A;
}
.AnyTagClassName
{
color: #CFA67A;
}
</style>
background-color css
<style>
a { background-color: #CFA67A; }
a { background-color: rgb(207,166,122); }
div.DivClassName
{
background-color: #CFA67A;
}
.BgClassName
{
background-color: #CFA67A;
}
</style>
border-color css
<style>
span { border-color: #CFA67A; }
span { border-color: rgb(207,166,122); }
td.TdClassName
{
border-color: #CFA67A;
}
.TagClassName
{
border-color: #CFA67A;
}
</style>