Shades of Yuma #CBB682
Tints of Yuma #CBB682
RGB
CMYK
RGB Variations
Color information
#CBB682 (or 0xCBB682) is known color: Yuma. HEX triplet: CB, B6 and 82. RGB value is (203,182,130). Sum of RGB (Red+Green+Blue) = 203+182+130=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB682 is #34497D. Grayscale: #B6B6B6. Windows color (decimal): -3426686 or 8566475. OLE color: 8566475.
HSL color Cylindrical-coordinate representation of color #CBB682: hue angle of 42.74º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBB682 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 130 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.20 |
| HSL | 42.74º | 0.41% | 0.65% | - |
| HSV(B) | 42.74º | 0.36% | 0.8% | - |
| XYZ | 45.39 | 47.76 | 27.95 | - |
| YUV | 182.35 | 98.46 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 130 | 0 | 0.10 | 0.36 | 0.20 | 42.74 | 0.41 | 0.65 |
| Hex | CB | B6 | 82 | 0 | A | 24 | 14 | 2B | 29 | 41 |
| Octal | 313 | 266 | 202 | 0 | 12 | 44 | 24 | 53 | 51 | 101 |
| Binary | 11001011 | 10110110 | 10000010 | 0 | 1010 | 100100 | 10100 | 101011 | 101001 | 1000001 |
Color Harmonies of #CBB682
Complementary color
Monochromatic Colors of #CBB682
Black with #CBB682
Text Example
Text Example
White with #CBB682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB682; }
p { color: rgb(203,182,130); }
H1.HeaderClassName
{
color: #CBB682;
}
.AnyTagClassName
{
color: #CBB682;
}
</style>
background-color css
<style>
a { background-color: #CBB682; }
a { background-color: rgb(203,182,130); }
div.DivClassName
{
background-color: #CBB682;
}
.BgClassName
{
background-color: #CBB682;
}
</style>
border-color css
<style>
span { border-color: #CBB682; }
span { border-color: rgb(203,182,130); }
td.TdClassName
{
border-color: #CBB682;
}
.TagClassName
{
border-color: #CBB682;
}
</style>