Shades of Cameo #CBA38C
Tints of Cameo #CBA38C
RGB
CMYK
RGB Variations
Color information
#CBA38C (or 0xCBA38C) is known color: Cameo. HEX triplet: CB, A3 and 8C. RGB value is (203,163,140). Sum of RGB (Red+Green+Blue) = 203+163+140=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA38C is #345C73. Grayscale: #ACACAC. Windows color (decimal): -3431540 or 9216971. OLE color: 9216971.
HSL color Cylindrical-coordinate representation of color #CBA38C: hue angle of 21.9º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBA38C is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 140 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.20 |
| HSL | 21.9º | 0.38% | 0.67% | - |
| HSV(B) | 21.9º | 0.31% | 0.8% | - |
| XYZ | 42.46 | 40.78 | 30.45 | - |
| YUV | 172.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 140 | 0 | 0.20 | 0.31 | 0.20 | 21.9 | 0.38 | 0.67 |
| Hex | CB | A3 | 8C | 0 | 14 | 1F | 14 | 16 | 26 | 43 |
| Octal | 313 | 243 | 214 | 0 | 24 | 37 | 24 | 26 | 46 | 103 |
| Binary | 11001011 | 10100011 | 10001100 | 0 | 10100 | 11111 | 10100 | 10110 | 100110 | 1000011 |
Color Harmonies of #CBA38C
Complementary color
Monochromatic Colors of #CBA38C
Black with #CBA38C
Text Example
Text Example
White with #CBA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA38C; }
p { color: rgb(203,163,140); }
H1.HeaderClassName
{
color: #CBA38C;
}
.AnyTagClassName
{
color: #CBA38C;
}
</style>
background-color css
<style>
a { background-color: #CBA38C; }
a { background-color: rgb(203,163,140); }
div.DivClassName
{
background-color: #CBA38C;
}
.BgClassName
{
background-color: #CBA38C;
}
</style>
border-color css
<style>
span { border-color: #CBA38C; }
span { border-color: rgb(203,163,140); }
td.TdClassName
{
border-color: #CBA38C;
}
.TagClassName
{
border-color: #CBA38C;
}
</style>