Shades of Yuma #CBB67C
Tints of Yuma #CBB67C
RGB
CMYK
RGB Variations
Color information
#CBB67C (or 0xCBB67C) is known color: Yuma. HEX triplet: CB, B6 and 7C. RGB value is (203,182,124). Sum of RGB (Red+Green+Blue) = 203+182+124=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB67C is #344983. Grayscale: #B5B5B5. Windows color (decimal): -3426692 or 8173259. OLE color: 8173259.
HSL color Cylindrical-coordinate representation of color #CBB67C: hue angle of 44.05º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBB67C is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 124 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.20 |
| HSL | 44.05º | 0.43% | 0.64% | - |
| HSV(B) | 44.05º | 0.39% | 0.8% | - |
| XYZ | 44.99 | 47.61 | 25.89 | - |
| YUV | 181.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 124 | 0 | 0.10 | 0.39 | 0.20 | 44.05 | 0.43 | 0.64 |
| Hex | CB | B6 | 7C | 0 | A | 27 | 14 | 2C | 2B | 40 |
| Octal | 313 | 266 | 174 | 0 | 12 | 47 | 24 | 54 | 53 | 100 |
| Binary | 11001011 | 10110110 | 1111100 | 0 | 1010 | 100111 | 10100 | 101100 | 101011 | 1000000 |
Color Harmonies of #CBB67C
Complementary color
Monochromatic Colors of #CBB67C
Black with #CBB67C
Text Example
Text Example
White with #CBB67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB67C; }
p { color: rgb(203,182,124); }
H1.HeaderClassName
{
color: #CBB67C;
}
.AnyTagClassName
{
color: #CBB67C;
}
</style>
background-color css
<style>
a { background-color: #CBB67C; }
a { background-color: rgb(203,182,124); }
div.DivClassName
{
background-color: #CBB67C;
}
.BgClassName
{
background-color: #CBB67C;
}
</style>
border-color css
<style>
span { border-color: #CBB67C; }
span { border-color: rgb(203,182,124); }
td.TdClassName
{
border-color: #CBB67C;
}
.TagClassName
{
border-color: #CBB67C;
}
</style>