Shades of Yuma #CBB380
Tints of Yuma #CBB380
RGB
CMYK
RGB Variations
Color information
#CBB380 (or 0xCBB380) is known color: Yuma. HEX triplet: CB, B3 and 80. RGB value is (203,179,128). Sum of RGB (Red+Green+Blue) = 203+179+128=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB380 is #344C7F. Grayscale: #B4B4B4. Windows color (decimal): -3427456 or 8434635. OLE color: 8434635.
HSL color Cylindrical-coordinate representation of color #CBB380: hue angle of 40.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 #CBB380 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 128 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.20 |
| HSL | 40.8º | 0.42% | 0.65% | - |
| HSV(B) | 40.8º | 0.37% | 0.8% | - |
| XYZ | 44.64 | 46.5 | 27.04 | - |
| YUV | 180.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 128 | 0 | 0.12 | 0.37 | 0.20 | 40.8 | 0.42 | 0.65 |
| Hex | CB | B3 | 80 | 0 | C | 25 | 14 | 29 | 2A | 41 |
| Octal | 313 | 263 | 200 | 0 | 14 | 45 | 24 | 51 | 52 | 101 |
| Binary | 11001011 | 10110011 | 10000000 | 0 | 1100 | 100101 | 10100 | 101001 | 101010 | 1000001 |
Color Harmonies of #CBB380
Complementary color
Monochromatic Colors of #CBB380
Black with #CBB380
Text Example
Text Example
White with #CBB380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB380; }
p { color: rgb(203,179,128); }
H1.HeaderClassName
{
color: #CBB380;
}
.AnyTagClassName
{
color: #CBB380;
}
</style>
background-color css
<style>
a { background-color: #CBB380; }
a { background-color: rgb(203,179,128); }
div.DivClassName
{
background-color: #CBB380;
}
.BgClassName
{
background-color: #CBB380;
}
</style>
border-color css
<style>
span { border-color: #CBB380; }
span { border-color: rgb(203,179,128); }
td.TdClassName
{
border-color: #CBB380;
}
.TagClassName
{
border-color: #CBB380;
}
</style>