Shades of Cameo #CBA67E
Tints of Cameo #CBA67E
RGB
CMYK
RGB Variations
Color information
#CBA67E (or 0xCBA67E) is known color: Cameo. HEX triplet: CB, A6 and 7E. RGB value is (203,166,126). Sum of RGB (Red+Green+Blue) = 203+166+126=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA67E is #345981. Grayscale: #ACACAC. Windows color (decimal): -3430786 or 8300235. OLE color: 8300235.
HSL color Cylindrical-coordinate representation of color #CBA67E: hue angle of 31.17º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBA67E is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 166 | 126 | - |
CMYK | 0 | 0.18 | 0.38 | 0.20 |
HSL | 31.17º | 0.43% | 0.65% | - |
HSV(B) | 31.17º | 0.38% | 0.8% | - |
XYZ | 42.03 | 41.48 | 25.53 | - |
YUV | 172.5 | 101.76 | 149.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 166 | 126 | 0 | 0.18 | 0.38 | 0.20 | 31.17 | 0.43 | 0.65 |
Hex | CB | A6 | 7E | 0 | 12 | 26 | 14 | 1F | 2B | 41 |
Octal | 313 | 246 | 176 | 0 | 22 | 46 | 24 | 37 | 53 | 101 |
Binary | 11001011 | 10100110 | 1111110 | 0 | 10010 | 100110 | 10100 | 11111 | 101011 | 1000001 |
Color Harmonies of #CBA67E
Complementary color
Monochromatic Colors of #CBA67E
Black with #CBA67E
Text Example
Text Example
White with #CBA67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA67E; }
p { color: rgb(203,166,126); }
H1.HeaderClassName
{
color: #CBA67E;
}
.AnyTagClassName
{
color: #CBA67E;
}
</style>
background-color css
<style>
a { background-color: #CBA67E; }
a { background-color: rgb(203,166,126); }
div.DivClassName
{
background-color: #CBA67E;
}
.BgClassName
{
background-color: #CBA67E;
}
</style>
border-color css
<style>
span { border-color: #CBA67E; }
span { border-color: rgb(203,166,126); }
td.TdClassName
{
border-color: #CBA67E;
}
.TagClassName
{
border-color: #CBA67E;
}
</style>