Shades of Yuma #CBBA74
Tints of Yuma #CBBA74
RGB
CMYK
RGB Variations
Color information
#CBBA74 (or 0xCBBA74) is known color: Yuma. HEX triplet: CB, BA and 74. RGB value is (203,186,116). Sum of RGB (Red+Green+Blue) = 203+186+116=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBA74 is #34458B. Grayscale: #B7B7B7. Windows color (decimal): -3425676 or 7649995. OLE color: 7649995.
HSL color Cylindrical-coordinate representation of color #CBBA74: hue angle of 48.28º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBBA74 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 116 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.20 |
| HSL | 48.28º | 0.46% | 0.63% | - |
| HSV(B) | 48.28º | 0.43% | 0.8% | - |
| XYZ | 45.34 | 49.08 | 23.61 | - |
| YUV | 183.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 116 | 0 | 0.08 | 0.43 | 0.20 | 48.28 | 0.46 | 0.63 |
| Hex | CB | BA | 74 | 0 | 8 | 2B | 14 | 30 | 2E | 3F |
| Octal | 313 | 272 | 164 | 0 | 10 | 53 | 24 | 60 | 56 | 77 |
| Binary | 11001011 | 10111010 | 1110100 | 0 | 1000 | 101011 | 10100 | 110000 | 101110 | 111111 |
Color Harmonies of #CBBA74
Complementary color
Monochromatic Colors of #CBBA74
Black with #CBBA74
Text Example
Text Example
White with #CBBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA74; }
p { color: rgb(203,186,116); }
H1.HeaderClassName
{
color: #CBBA74;
}
.AnyTagClassName
{
color: #CBBA74;
}
</style>
background-color css
<style>
a { background-color: #CBBA74; }
a { background-color: rgb(203,186,116); }
div.DivClassName
{
background-color: #CBBA74;
}
.BgClassName
{
background-color: #CBBA74;
}
</style>
border-color css
<style>
span { border-color: #CBBA74; }
span { border-color: rgb(203,186,116); }
td.TdClassName
{
border-color: #CBBA74;
}
.TagClassName
{
border-color: #CBBA74;
}
</style>