Shades of Cameo #CFA375
Tints of Cameo #CFA375
RGB
CMYK
RGB Variations
Color information
#CFA375 (or 0xCFA375) is known color: Cameo. HEX triplet: CF, A3 and 75. RGB value is (207,163,117). Sum of RGB (Red+Green+Blue) = 207+163+117=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA375 is #305C8A. Grayscale: #ABABAB. Windows color (decimal): -3169419 or 7709647. OLE color: 7709647.
HSL color Cylindrical-coordinate representation of color #CFA375: hue angle of 30.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFA375 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 117 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.19 |
| HSL | 30.67º | 0.48% | 0.64% | - |
| HSV(B) | 30.67º | 0.43% | 0.81% | - |
| XYZ | 42.04 | 40.74 | 22.48 | - |
| YUV | 170.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 117 | 0 | 0.21 | 0.43 | 0.19 | 30.67 | 0.48 | 0.64 |
| Hex | CF | A3 | 75 | 0 | 15 | 2B | 13 | 1F | 30 | 40 |
| Octal | 317 | 243 | 165 | 0 | 25 | 53 | 23 | 37 | 60 | 100 |
| Binary | 11001111 | 10100011 | 1110101 | 0 | 10101 | 101011 | 10011 | 11111 | 110000 | 1000000 |
Color Harmonies of #CFA375
Complementary color
Monochromatic Colors of #CFA375
Black with #CFA375
Text Example
Text Example
White with #CFA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA375; }
p { color: rgb(207,163,117); }
H1.HeaderClassName
{
color: #CFA375;
}
.AnyTagClassName
{
color: #CFA375;
}
</style>
background-color css
<style>
a { background-color: #CFA375; }
a { background-color: rgb(207,163,117); }
div.DivClassName
{
background-color: #CFA375;
}
.BgClassName
{
background-color: #CFA375;
}
</style>
border-color css
<style>
span { border-color: #CFA375; }
span { border-color: rgb(207,163,117); }
td.TdClassName
{
border-color: #CFA375;
}
.TagClassName
{
border-color: #CFA375;
}
</style>