Shades of Cameo #CBA17D
Tints of Cameo #CBA17D
RGB
CMYK
RGB Variations
Color information
#CBA17D (or 0xCBA17D) is known color: Cameo. HEX triplet: CB, A1 and 7D. RGB value is (203,161,125). Sum of RGB (Red+Green+Blue) = 203+161+125=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA17D is #345E82. Grayscale: #A9A9A9. Windows color (decimal): -3432067 or 8233419. OLE color: 8233419.
HSL color Cylindrical-coordinate representation of color #CBA17D: hue angle of 27.69º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBA17D is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 125 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.20 |
| HSL | 27.69º | 0.43% | 0.64% | - |
| HSV(B) | 27.69º | 0.38% | 0.8% | - |
| XYZ | 41.08 | 39.67 | 24.89 | - |
| YUV | 169.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 125 | 0 | 0.21 | 0.38 | 0.20 | 27.69 | 0.43 | 0.64 |
| Hex | CB | A1 | 7D | 0 | 15 | 26 | 14 | 1C | 2B | 40 |
| Octal | 313 | 241 | 175 | 0 | 25 | 46 | 24 | 34 | 53 | 100 |
| Binary | 11001011 | 10100001 | 1111101 | 0 | 10101 | 100110 | 10100 | 11100 | 101011 | 1000000 |
Color Harmonies of #CBA17D
Complementary color
Monochromatic Colors of #CBA17D
Black with #CBA17D
Text Example
Text Example
White with #CBA17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA17D; }
p { color: rgb(203,161,125); }
H1.HeaderClassName
{
color: #CBA17D;
}
.AnyTagClassName
{
color: #CBA17D;
}
</style>
background-color css
<style>
a { background-color: #CBA17D; }
a { background-color: rgb(203,161,125); }
div.DivClassName
{
background-color: #CBA17D;
}
.BgClassName
{
background-color: #CBA17D;
}
</style>
border-color css
<style>
span { border-color: #CBA17D; }
span { border-color: rgb(203,161,125); }
td.TdClassName
{
border-color: #CBA17D;
}
.TagClassName
{
border-color: #CBA17D;
}
</style>