Shades of Cameo #CFA08A
Tints of Cameo #CFA08A
RGB
CMYK
RGB Variations
Color information
#CFA08A (or 0xCFA08A) is known color: Cameo. HEX triplet: CF, A0 and 8A. RGB value is (207,160,138). Sum of RGB (Red+Green+Blue) = 207+160+138=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA08A is #305F75. Grayscale: #ABABAB. Windows color (decimal): -3170166 or 9085135. OLE color: 9085135.
HSL color Cylindrical-coordinate representation of color #CFA08A: hue angle of 19.13º 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 #CFA08A is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 138 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.19 |
| HSL | 19.13º | 0.42% | 0.68% | - |
| HSV(B) | 19.13º | 0.33% | 0.81% | - |
| XYZ | 42.89 | 40.24 | 29.55 | - |
| YUV | 171.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 138 | 0 | 0.23 | 0.33 | 0.19 | 19.13 | 0.42 | 0.68 |
| Hex | CF | A0 | 8A | 0 | 17 | 21 | 13 | 13 | 2A | 44 |
| Octal | 317 | 240 | 212 | 0 | 27 | 41 | 23 | 23 | 52 | 104 |
| Binary | 11001111 | 10100000 | 10001010 | 0 | 10111 | 100001 | 10011 | 10011 | 101010 | 1000100 |
Color Harmonies of #CFA08A
Complementary color
Monochromatic Colors of #CFA08A
Black with #CFA08A
Text Example
Text Example
White with #CFA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA08A; }
p { color: rgb(207,160,138); }
H1.HeaderClassName
{
color: #CFA08A;
}
.AnyTagClassName
{
color: #CFA08A;
}
</style>
background-color css
<style>
a { background-color: #CFA08A; }
a { background-color: rgb(207,160,138); }
div.DivClassName
{
background-color: #CFA08A;
}
.BgClassName
{
background-color: #CFA08A;
}
</style>
border-color css
<style>
span { border-color: #CFA08A; }
span { border-color: rgb(207,160,138); }
td.TdClassName
{
border-color: #CFA08A;
}
.TagClassName
{
border-color: #CFA08A;
}
</style>