Shades of Yuma #CBBD7D
Tints of Yuma #CBBD7D
RGB
CMYK
RGB Variations
Color information
#CBBD7D (or 0xCBBD7D) is known color: Yuma. HEX triplet: CB, BD and 7D. RGB value is (203,189,125). Sum of RGB (Red+Green+Blue) = 203+189+125=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBD7D is #344282. Grayscale: #BABABA. Windows color (decimal): -3424899 or 8240587. OLE color: 8240587.
HSL color Cylindrical-coordinate representation of color #CBBD7D: hue angle of 49.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBBD7D is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 125 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.20 |
| HSL | 49.23º | 0.43% | 0.64% | - |
| HSV(B) | 49.23º | 0.38% | 0.8% | - |
| XYZ | 46.53 | 50.57 | 26.71 | - |
| YUV | 185.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 125 | 0 | 0.07 | 0.38 | 0.20 | 49.23 | 0.43 | 0.64 |
| Hex | CB | BD | 7D | 0 | 7 | 26 | 14 | 31 | 2B | 40 |
| Octal | 313 | 275 | 175 | 0 | 7 | 46 | 24 | 61 | 53 | 100 |
| Binary | 11001011 | 10111101 | 1111101 | 0 | 111 | 100110 | 10100 | 110001 | 101011 | 1000000 |
Color Harmonies of #CBBD7D
Complementary color
Monochromatic Colors of #CBBD7D
Black with #CBBD7D
Text Example
Text Example
White with #CBBD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD7D; }
p { color: rgb(203,189,125); }
H1.HeaderClassName
{
color: #CBBD7D;
}
.AnyTagClassName
{
color: #CBBD7D;
}
</style>
background-color css
<style>
a { background-color: #CBBD7D; }
a { background-color: rgb(203,189,125); }
div.DivClassName
{
background-color: #CBBD7D;
}
.BgClassName
{
background-color: #CBBD7D;
}
</style>
border-color css
<style>
span { border-color: #CBBD7D; }
span { border-color: rgb(203,189,125); }
td.TdClassName
{
border-color: #CBBD7D;
}
.TagClassName
{
border-color: #CBBD7D;
}
</style>