Shades of Cameo #CFA381
Tints of Cameo #CFA381
RGB
CMYK
RGB Variations
Color information
#CFA381 (or 0xCFA381) is known color: Cameo. HEX triplet: CF, A3 and 81. RGB value is (207,163,129). Sum of RGB (Red+Green+Blue) = 207+163+129=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA381 is #305C7E. Grayscale: #ACACAC. Windows color (decimal): -3169407 or 8496079. OLE color: 8496079.
HSL color Cylindrical-coordinate representation of color #CFA381: hue angle of 26.15º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFA381 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 129 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.19 |
| HSL | 26.15º | 0.45% | 0.66% | - |
| HSV(B) | 26.15º | 0.38% | 0.81% | - |
| XYZ | 42.79 | 41.04 | 26.44 | - |
| YUV | 172.28 | 103.58 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 129 | 0 | 0.21 | 0.38 | 0.19 | 26.15 | 0.45 | 0.66 |
| Hex | CF | A3 | 81 | 0 | 15 | 26 | 13 | 1A | 2D | 42 |
| Octal | 317 | 243 | 201 | 0 | 25 | 46 | 23 | 32 | 55 | 102 |
| Binary | 11001111 | 10100011 | 10000001 | 0 | 10101 | 100110 | 10011 | 11010 | 101101 | 1000010 |
Color Harmonies of #CFA381
Complementary color
Monochromatic Colors of #CFA381
Black with #CFA381
Text Example
Text Example
White with #CFA381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA381; }
p { color: rgb(207,163,129); }
H1.HeaderClassName
{
color: #CFA381;
}
.AnyTagClassName
{
color: #CFA381;
}
</style>
background-color css
<style>
a { background-color: #CFA381; }
a { background-color: rgb(207,163,129); }
div.DivClassName
{
background-color: #CFA381;
}
.BgClassName
{
background-color: #CFA381;
}
</style>
border-color css
<style>
span { border-color: #CFA381; }
span { border-color: rgb(207,163,129); }
td.TdClassName
{
border-color: #CFA381;
}
.TagClassName
{
border-color: #CFA381;
}
</style>