Shades of Yuma #CBB580
Tints of Yuma #CBB580
RGB
CMYK
RGB Variations
Color information
#CBB580 (or 0xCBB580) is known color: Yuma. HEX triplet: CB, B5 and 80. RGB value is (203,181,128). Sum of RGB (Red+Green+Blue) = 203+181+128=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB580 is #344A7F. Grayscale: #B5B5B5. Windows color (decimal): -3426944 or 8435147. OLE color: 8435147.
HSL color Cylindrical-coordinate representation of color #CBB580: hue angle of 42.4º 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 #CBB580 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 128 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.20 |
| HSL | 42.4º | 0.42% | 0.65% | - |
| HSV(B) | 42.4º | 0.37% | 0.8% | - |
| XYZ | 45.05 | 47.3 | 27.18 | - |
| YUV | 181.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 128 | 0 | 0.11 | 0.37 | 0.20 | 42.4 | 0.42 | 0.65 |
| Hex | CB | B5 | 80 | 0 | B | 25 | 14 | 2A | 2A | 41 |
| Octal | 313 | 265 | 200 | 0 | 13 | 45 | 24 | 52 | 52 | 101 |
| Binary | 11001011 | 10110101 | 10000000 | 0 | 1011 | 100101 | 10100 | 101010 | 101010 | 1000001 |
Color Harmonies of #CBB580
Complementary color
Monochromatic Colors of #CBB580
Black with #CBB580
Text Example
Text Example
White with #CBB580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB580; }
p { color: rgb(203,181,128); }
H1.HeaderClassName
{
color: #CBB580;
}
.AnyTagClassName
{
color: #CBB580;
}
</style>
background-color css
<style>
a { background-color: #CBB580; }
a { background-color: rgb(203,181,128); }
div.DivClassName
{
background-color: #CBB580;
}
.BgClassName
{
background-color: #CBB580;
}
</style>
border-color css
<style>
span { border-color: #CBB580; }
span { border-color: rgb(203,181,128); }
td.TdClassName
{
border-color: #CBB580;
}
.TagClassName
{
border-color: #CBB580;
}
</style>