Shades of Cameo #CB9C83
Tints of Cameo #CB9C83
RGB
CMYK
RGB Variations
Color information
#CB9C83 (or 0xCB9C83) is known color: Cameo. HEX triplet: CB, 9C and 83. RGB value is (203,156,131). Sum of RGB (Red+Green+Blue) = 203+156+131=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9C83 is #34637C. Grayscale: #A7A7A7. Windows color (decimal): -3433341 or 8625355. OLE color: 8625355.
HSL color Cylindrical-coordinate representation of color #CB9C83: hue angle of 20.83º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB9C83 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 156 | 131 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.20 |
| HSL | 20.83º | 0.41% | 0.65% | - |
| HSV(B) | 20.83º | 0.35% | 0.8% | - |
| XYZ | 40.61 | 38.11 | 26.69 | - |
| YUV | 167.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 131 | 0 | 0.23 | 0.35 | 0.20 | 20.83 | 0.41 | 0.65 |
| Hex | CB | 9C | 83 | 0 | 17 | 23 | 14 | 15 | 29 | 41 |
| Octal | 313 | 234 | 203 | 0 | 27 | 43 | 24 | 25 | 51 | 101 |
| Binary | 11001011 | 10011100 | 10000011 | 0 | 10111 | 100011 | 10100 | 10101 | 101001 | 1000001 |
Color Harmonies of #CB9C83
Complementary color
Monochromatic Colors of #CB9C83
Black with #CB9C83
Text Example
Text Example
White with #CB9C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9C83; }
p { color: rgb(203,156,131); }
H1.HeaderClassName
{
color: #CB9C83;
}
.AnyTagClassName
{
color: #CB9C83;
}
</style>
background-color css
<style>
a { background-color: #CB9C83; }
a { background-color: rgb(203,156,131); }
div.DivClassName
{
background-color: #CB9C83;
}
.BgClassName
{
background-color: #CB9C83;
}
</style>
border-color css
<style>
span { border-color: #CB9C83; }
span { border-color: rgb(203,156,131); }
td.TdClassName
{
border-color: #CB9C83;
}
.TagClassName
{
border-color: #CB9C83;
}
</style>