Shades of Yuma #CBB579
Tints of Yuma #CBB579
RGB
CMYK
RGB Variations
Color information
#CBB579 (or 0xCBB579) is known color: Yuma. HEX triplet: CB, B5 and 79. RGB value is (203,181,121). Sum of RGB (Red+Green+Blue) = 203+181+121=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB579 is #344A86. Grayscale: #B5B5B5. Windows color (decimal): -3426951 or 7976395. OLE color: 7976395.
HSL color Cylindrical-coordinate representation of color #CBB579: hue angle of 43.9º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBB579 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 121 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.20 |
| HSL | 43.9º | 0.44% | 0.64% | - |
| HSV(B) | 43.9º | 0.4% | 0.8% | - |
| XYZ | 44.6 | 47.12 | 24.83 | - |
| YUV | 180.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 121 | 0 | 0.11 | 0.40 | 0.20 | 43.9 | 0.44 | 0.64 |
| Hex | CB | B5 | 79 | 0 | B | 28 | 14 | 2C | 2C | 40 |
| Octal | 313 | 265 | 171 | 0 | 13 | 50 | 24 | 54 | 54 | 100 |
| Binary | 11001011 | 10110101 | 1111001 | 0 | 1011 | 101000 | 10100 | 101100 | 101100 | 1000000 |
Color Harmonies of #CBB579
Complementary color
Monochromatic Colors of #CBB579
Black with #CBB579
Text Example
Text Example
White with #CBB579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB579; }
p { color: rgb(203,181,121); }
H1.HeaderClassName
{
color: #CBB579;
}
.AnyTagClassName
{
color: #CBB579;
}
</style>
background-color css
<style>
a { background-color: #CBB579; }
a { background-color: rgb(203,181,121); }
div.DivClassName
{
background-color: #CBB579;
}
.BgClassName
{
background-color: #CBB579;
}
</style>
border-color css
<style>
span { border-color: #CBB579; }
span { border-color: rgb(203,181,121); }
td.TdClassName
{
border-color: #CBB579;
}
.TagClassName
{
border-color: #CBB579;
}
</style>