Shades of Cameo #CB9B7B
Tints of Cameo #CB9B7B
RGB
CMYK
RGB Variations
Color information
#CB9B7B (or 0xCB9B7B) is known color: Cameo. HEX triplet: CB, 9B and 7B. RGB value is (203,155,123). Sum of RGB (Red+Green+Blue) = 203+155+123=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9B7B is #346484. Grayscale: #A5A5A5. Windows color (decimal): -3433605 or 8100811. OLE color: 8100811.
HSL color Cylindrical-coordinate representation of color #CB9B7B: hue angle of 24º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB9B7B is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 123 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.20 |
| HSL | 24º | 0.43% | 0.64% | - |
| HSV(B) | 24º | 0.39% | 0.8% | - |
| XYZ | 39.93 | 37.57 | 23.89 | - |
| YUV | 165.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 123 | 0 | 0.24 | 0.39 | 0.20 | 24 | 0.43 | 0.64 |
| Hex | CB | 9B | 7B | 0 | 18 | 27 | 14 | 18 | 2B | 40 |
| Octal | 313 | 233 | 173 | 0 | 30 | 47 | 24 | 30 | 53 | 100 |
| Binary | 11001011 | 10011011 | 1111011 | 0 | 11000 | 100111 | 10100 | 11000 | 101011 | 1000000 |
Color Harmonies of #CB9B7B
Complementary color
Monochromatic Colors of #CB9B7B
Black with #CB9B7B
Text Example
Text Example
White with #CB9B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9B7B; }
p { color: rgb(203,155,123); }
H1.HeaderClassName
{
color: #CB9B7B;
}
.AnyTagClassName
{
color: #CB9B7B;
}
</style>
background-color css
<style>
a { background-color: #CB9B7B; }
a { background-color: rgb(203,155,123); }
div.DivClassName
{
background-color: #CB9B7B;
}
.BgClassName
{
background-color: #CB9B7B;
}
</style>
border-color css
<style>
span { border-color: #CB9B7B; }
span { border-color: rgb(203,155,123); }
td.TdClassName
{
border-color: #CB9B7B;
}
.TagClassName
{
border-color: #CB9B7B;
}
</style>