Shades of Yuma #CBBD80
Tints of Yuma #CBBD80
RGB
CMYK
RGB Variations
Color information
#CBBD80 (or 0xCBBD80) is known color: Yuma. HEX triplet: CB, BD and 80. RGB value is (203,189,128). Sum of RGB (Red+Green+Blue) = 203+189+128=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBD80 is #34427F. Grayscale: #BABABA. Windows color (decimal): -3424896 or 8437195. OLE color: 8437195.
HSL color Cylindrical-coordinate representation of color #CBBD80: hue angle of 48.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBBD80 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 128 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.20 |
| HSL | 48.8º | 0.42% | 0.65% | - |
| HSV(B) | 48.8º | 0.37% | 0.8% | - |
| XYZ | 46.72 | 50.65 | 27.74 | - |
| YUV | 186.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 128 | 0 | 0.07 | 0.37 | 0.20 | 48.8 | 0.42 | 0.65 |
| Hex | CB | BD | 80 | 0 | 7 | 25 | 14 | 31 | 2A | 41 |
| Octal | 313 | 275 | 200 | 0 | 7 | 45 | 24 | 61 | 52 | 101 |
| Binary | 11001011 | 10111101 | 10000000 | 0 | 111 | 100101 | 10100 | 110001 | 101010 | 1000001 |
Color Harmonies of #CBBD80
Complementary color
Monochromatic Colors of #CBBD80
Black with #CBBD80
Text Example
Text Example
White with #CBBD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD80; }
p { color: rgb(203,189,128); }
H1.HeaderClassName
{
color: #CBBD80;
}
.AnyTagClassName
{
color: #CBBD80;
}
</style>
background-color css
<style>
a { background-color: #CBBD80; }
a { background-color: rgb(203,189,128); }
div.DivClassName
{
background-color: #CBBD80;
}
.BgClassName
{
background-color: #CBBD80;
}
</style>
border-color css
<style>
span { border-color: #CBBD80; }
span { border-color: rgb(203,189,128); }
td.TdClassName
{
border-color: #CBBD80;
}
.TagClassName
{
border-color: #CBBD80;
}
</style>