Shades of Yuma #CBBD7E
Tints of Yuma #CBBD7E
RGB
CMYK
RGB Variations
Color information
#CBBD7E (or 0xCBBD7E) is known color: Yuma. HEX triplet: CB, BD and 7E. RGB value is (203,189,126). Sum of RGB (Red+Green+Blue) = 203+189+126=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBD7E is #344281. Grayscale: #BABABA. Windows color (decimal): -3424898 or 8306123. OLE color: 8306123.
HSL color Cylindrical-coordinate representation of color #CBBD7E: hue angle of 49.09º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBBD7E is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 126 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.20 |
| HSL | 49.09º | 0.43% | 0.65% | - |
| HSV(B) | 49.09º | 0.38% | 0.8% | - |
| XYZ | 46.59 | 50.6 | 27.05 | - |
| YUV | 186 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 126 | 0 | 0.07 | 0.38 | 0.20 | 49.09 | 0.43 | 0.65 |
| Hex | CB | BD | 7E | 0 | 7 | 26 | 14 | 31 | 2B | 41 |
| Octal | 313 | 275 | 176 | 0 | 7 | 46 | 24 | 61 | 53 | 101 |
| Binary | 11001011 | 10111101 | 1111110 | 0 | 111 | 100110 | 10100 | 110001 | 101011 | 1000001 |
Color Harmonies of #CBBD7E
Complementary color
Monochromatic Colors of #CBBD7E
Black with #CBBD7E
Text Example
Text Example
White with #CBBD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD7E; }
p { color: rgb(203,189,126); }
H1.HeaderClassName
{
color: #CBBD7E;
}
.AnyTagClassName
{
color: #CBBD7E;
}
</style>
background-color css
<style>
a { background-color: #CBBD7E; }
a { background-color: rgb(203,189,126); }
div.DivClassName
{
background-color: #CBBD7E;
}
.BgClassName
{
background-color: #CBBD7E;
}
</style>
border-color css
<style>
span { border-color: #CBBD7E; }
span { border-color: rgb(203,189,126); }
td.TdClassName
{
border-color: #CBBD7E;
}
.TagClassName
{
border-color: #CBBD7E;
}
</style>