Shades of Yuma #CBB976
Tints of Yuma #CBB976
RGB
CMYK
RGB Variations
Color information
#CBB976 (or 0xCBB976) is known color: Yuma. HEX triplet: CB, B9 and 76. RGB value is (203,185,118). Sum of RGB (Red+Green+Blue) = 203+185+118=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB976 is #344689. Grayscale: #B7B7B7. Windows color (decimal): -3425930 or 7780811. OLE color: 7780811.
HSL color Cylindrical-coordinate representation of color #CBB976: hue angle of 47.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBB976 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 118 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.20 |
| HSL | 47.29º | 0.45% | 0.63% | - |
| HSV(B) | 47.29º | 0.42% | 0.8% | - |
| XYZ | 45.25 | 48.7 | 24.16 | - |
| YUV | 182.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 118 | 0 | 0.09 | 0.42 | 0.20 | 47.29 | 0.45 | 0.63 |
| Hex | CB | B9 | 76 | 0 | 9 | 2A | 14 | 2F | 2D | 3F |
| Octal | 313 | 271 | 166 | 0 | 11 | 52 | 24 | 57 | 55 | 77 |
| Binary | 11001011 | 10111001 | 1110110 | 0 | 1001 | 101010 | 10100 | 101111 | 101101 | 111111 |
Color Harmonies of #CBB976
Complementary color
Monochromatic Colors of #CBB976
Black with #CBB976
Text Example
Text Example
White with #CBB976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB976; }
p { color: rgb(203,185,118); }
H1.HeaderClassName
{
color: #CBB976;
}
.AnyTagClassName
{
color: #CBB976;
}
</style>
background-color css
<style>
a { background-color: #CBB976; }
a { background-color: rgb(203,185,118); }
div.DivClassName
{
background-color: #CBB976;
}
.BgClassName
{
background-color: #CBB976;
}
</style>
border-color css
<style>
span { border-color: #CBB976; }
span { border-color: rgb(203,185,118); }
td.TdClassName
{
border-color: #CBB976;
}
.TagClassName
{
border-color: #CBB976;
}
</style>