Shades of Yuma #CBB77D
Tints of Yuma #CBB77D
RGB
CMYK
RGB Variations
Color information
#CBB77D (or 0xCBB77D) is known color: Yuma. HEX triplet: CB, B7 and 7D. RGB value is (203,183,125). Sum of RGB (Red+Green+Blue) = 203+183+125=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB77D is #344882. Grayscale: #B6B6B6. Windows color (decimal): -3426435 or 8239051. OLE color: 8239051.
HSL color Cylindrical-coordinate representation of color #CBB77D: hue angle of 44.62º 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 #CBB77D is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 125 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.20 |
| HSL | 44.62º | 0.43% | 0.64% | - |
| HSV(B) | 44.62º | 0.38% | 0.8% | - |
| XYZ | 45.26 | 48.04 | 26.29 | - |
| YUV | 182.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 125 | 0 | 0.10 | 0.38 | 0.20 | 44.62 | 0.43 | 0.64 |
| Hex | CB | B7 | 7D | 0 | A | 26 | 14 | 2D | 2B | 40 |
| Octal | 313 | 267 | 175 | 0 | 12 | 46 | 24 | 55 | 53 | 100 |
| Binary | 11001011 | 10110111 | 1111101 | 0 | 1010 | 100110 | 10100 | 101101 | 101011 | 1000000 |
Color Harmonies of #CBB77D
Complementary color
Monochromatic Colors of #CBB77D
Black with #CBB77D
Text Example
Text Example
White with #CBB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB77D; }
p { color: rgb(203,183,125); }
H1.HeaderClassName
{
color: #CBB77D;
}
.AnyTagClassName
{
color: #CBB77D;
}
</style>
background-color css
<style>
a { background-color: #CBB77D; }
a { background-color: rgb(203,183,125); }
div.DivClassName
{
background-color: #CBB77D;
}
.BgClassName
{
background-color: #CBB77D;
}
</style>
border-color css
<style>
span { border-color: #CBB77D; }
span { border-color: rgb(203,183,125); }
td.TdClassName
{
border-color: #CBB77D;
}
.TagClassName
{
border-color: #CBB77D;
}
</style>