Shades of Yuma #CBB684
Tints of Yuma #CBB684
RGB
CMYK
RGB Variations
Color information
#CBB684 (or 0xCBB684) is known color: Yuma. HEX triplet: CB, B6 and 84. RGB value is (203,182,132). Sum of RGB (Red+Green+Blue) = 203+182+132=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB684 is #34497B. Grayscale: #B6B6B6. Windows color (decimal): -3426684 or 8697547. OLE color: 8697547.
HSL color Cylindrical-coordinate representation of color #CBB684: hue angle of 42.25º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBB684 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 132 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.20 |
| HSL | 42.25º | 0.41% | 0.66% | - |
| HSV(B) | 42.25º | 0.35% | 0.8% | - |
| XYZ | 45.52 | 47.82 | 28.66 | - |
| YUV | 182.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 132 | 0 | 0.10 | 0.35 | 0.20 | 42.25 | 0.41 | 0.66 |
| Hex | CB | B6 | 84 | 0 | A | 23 | 14 | 2A | 29 | 42 |
| Octal | 313 | 266 | 204 | 0 | 12 | 43 | 24 | 52 | 51 | 102 |
| Binary | 11001011 | 10110110 | 10000100 | 0 | 1010 | 100011 | 10100 | 101010 | 101001 | 1000010 |
Color Harmonies of #CBB684
Complementary color
Monochromatic Colors of #CBB684
Black with #CBB684
Text Example
Text Example
White with #CBB684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB684; }
p { color: rgb(203,182,132); }
H1.HeaderClassName
{
color: #CBB684;
}
.AnyTagClassName
{
color: #CBB684;
}
</style>
background-color css
<style>
a { background-color: #CBB684; }
a { background-color: rgb(203,182,132); }
div.DivClassName
{
background-color: #CBB684;
}
.BgClassName
{
background-color: #CBB684;
}
</style>
border-color css
<style>
span { border-color: #CBB684; }
span { border-color: rgb(203,182,132); }
td.TdClassName
{
border-color: #CBB684;
}
.TagClassName
{
border-color: #CBB684;
}
</style>