Shades of Yuma #CBB78A
Tints of Yuma #CBB78A
RGB
CMYK
RGB Variations
Color information
#CBB78A (or 0xCBB78A) is known color: Yuma. HEX triplet: CB, B7 and 8A. RGB value is (203,183,138). Sum of RGB (Red+Green+Blue) = 203+183+138=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB78A is #344875. Grayscale: #B8B8B8. Windows color (decimal): -3426422 or 9091019. OLE color: 9091019.
HSL color Cylindrical-coordinate representation of color #CBB78A: hue angle of 41.54º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBB78A is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 138 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.20 |
| HSL | 41.54º | 0.38% | 0.67% | - |
| HSV(B) | 41.54º | 0.32% | 0.8% | - |
| XYZ | 46.15 | 48.4 | 30.95 | - |
| YUV | 183.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 138 | 0 | 0.10 | 0.32 | 0.20 | 41.54 | 0.38 | 0.67 |
| Hex | CB | B7 | 8A | 0 | A | 20 | 14 | 2A | 26 | 43 |
| Octal | 313 | 267 | 212 | 0 | 12 | 40 | 24 | 52 | 46 | 103 |
| Binary | 11001011 | 10110111 | 10001010 | 0 | 1010 | 100000 | 10100 | 101010 | 100110 | 1000011 |
Color Harmonies of #CBB78A
Complementary color
Monochromatic Colors of #CBB78A
Black with #CBB78A
Text Example
Text Example
White with #CBB78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB78A; }
p { color: rgb(203,183,138); }
H1.HeaderClassName
{
color: #CBB78A;
}
.AnyTagClassName
{
color: #CBB78A;
}
</style>
background-color css
<style>
a { background-color: #CBB78A; }
a { background-color: rgb(203,183,138); }
div.DivClassName
{
background-color: #CBB78A;
}
.BgClassName
{
background-color: #CBB78A;
}
</style>
border-color css
<style>
span { border-color: #CBB78A; }
span { border-color: rgb(203,183,138); }
td.TdClassName
{
border-color: #CBB78A;
}
.TagClassName
{
border-color: #CBB78A;
}
</style>