Shades of Yuma #CBB67D
Tints of Yuma #CBB67D
RGB
CMYK
RGB Variations
Color information
#CBB67D (or 0xCBB67D) is known color: Yuma. HEX triplet: CB, B6 and 7D. RGB value is (203,182,125). Sum of RGB (Red+Green+Blue) = 203+182+125=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB67D is #344982. Grayscale: #B6B6B6. Windows color (decimal): -3426691 or 8238795. OLE color: 8238795.
HSL color Cylindrical-coordinate representation of color #CBB67D: hue angle of 43.85º 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 #CBB67D is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 125 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.20 |
| HSL | 43.85º | 0.43% | 0.64% | - |
| HSV(B) | 43.85º | 0.38% | 0.8% | - |
| XYZ | 45.06 | 47.63 | 26.22 | - |
| YUV | 181.78 | 95.96 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 125 | 0 | 0.10 | 0.38 | 0.20 | 43.85 | 0.43 | 0.64 |
| Hex | CB | B6 | 7D | 0 | A | 26 | 14 | 2C | 2B | 40 |
| Octal | 313 | 266 | 175 | 0 | 12 | 46 | 24 | 54 | 53 | 100 |
| Binary | 11001011 | 10110110 | 1111101 | 0 | 1010 | 100110 | 10100 | 101100 | 101011 | 1000000 |
Color Harmonies of #CBB67D
Complementary color
Monochromatic Colors of #CBB67D
Black with #CBB67D
Text Example
Text Example
White with #CBB67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB67D; }
p { color: rgb(203,182,125); }
H1.HeaderClassName
{
color: #CBB67D;
}
.AnyTagClassName
{
color: #CBB67D;
}
</style>
background-color css
<style>
a { background-color: #CBB67D; }
a { background-color: rgb(203,182,125); }
div.DivClassName
{
background-color: #CBB67D;
}
.BgClassName
{
background-color: #CBB67D;
}
</style>
border-color css
<style>
span { border-color: #CBB67D; }
span { border-color: rgb(203,182,125); }
td.TdClassName
{
border-color: #CBB67D;
}
.TagClassName
{
border-color: #CBB67D;
}
</style>