Shades of Yuma #CBBC85
Tints of Yuma #CBBC85
RGB
CMYK
RGB Variations
Color information
#CBBC85 (or 0xCBBC85) is known color: Yuma. HEX triplet: CB, BC and 85. RGB value is (203,188,133). Sum of RGB (Red+Green+Blue) = 203+188+133=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBC85 is #34437A. Grayscale: #BABABA. Windows color (decimal): -3425147 or 8764619. OLE color: 8764619.
HSL color Cylindrical-coordinate representation of color #CBBC85: hue angle of 47.14º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBBC85 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 133 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.20 |
| HSL | 47.14º | 0.4% | 0.66% | - |
| HSV(B) | 47.14º | 0.34% | 0.8% | - |
| XYZ | 46.85 | 50.36 | 29.44 | - |
| YUV | 186.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 133 | 0 | 0.07 | 0.34 | 0.20 | 47.14 | 0.4 | 0.66 |
| Hex | CB | BC | 85 | 0 | 7 | 22 | 14 | 2F | 28 | 42 |
| Octal | 313 | 274 | 205 | 0 | 7 | 42 | 24 | 57 | 50 | 102 |
| Binary | 11001011 | 10111100 | 10000101 | 0 | 111 | 100010 | 10100 | 101111 | 101000 | 1000010 |
Color Harmonies of #CBBC85
Complementary color
Monochromatic Colors of #CBBC85
Black with #CBBC85
Text Example
Text Example
White with #CBBC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC85; }
p { color: rgb(203,188,133); }
H1.HeaderClassName
{
color: #CBBC85;
}
.AnyTagClassName
{
color: #CBBC85;
}
</style>
background-color css
<style>
a { background-color: #CBBC85; }
a { background-color: rgb(203,188,133); }
div.DivClassName
{
background-color: #CBBC85;
}
.BgClassName
{
background-color: #CBBC85;
}
</style>
border-color css
<style>
span { border-color: #CBBC85; }
span { border-color: rgb(203,188,133); }
td.TdClassName
{
border-color: #CBBC85;
}
.TagClassName
{
border-color: #CBBC85;
}
</style>