Shades of Yuma #CBBD8F
Tints of Yuma #CBBD8F
RGB
CMYK
RGB Variations
Color information
#CBBD8F (or 0xCBBD8F) is known color: Yuma. HEX triplet: CB, BD and 8F. RGB value is (203,189,143). Sum of RGB (Red+Green+Blue) = 203+189+143=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBD8F is #344270. Grayscale: #BCBCBC. Windows color (decimal): -3424881 or 9420235. OLE color: 9420235.
HSL color Cylindrical-coordinate representation of color #CBBD8F: hue angle of 46º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBBD8F is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 143 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.20 |
| HSL | 46º | 0.37% | 0.68% | - |
| HSV(B) | 46º | 0.3% | 0.8% | - |
| XYZ | 47.78 | 51.07 | 33.33 | - |
| YUV | 187.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 143 | 0 | 0.07 | 0.30 | 0.20 | 46 | 0.37 | 0.68 |
| Hex | CB | BD | 8F | 0 | 7 | 1E | 14 | 2E | 25 | 44 |
| Octal | 313 | 275 | 217 | 0 | 7 | 36 | 24 | 56 | 45 | 104 |
| Binary | 11001011 | 10111101 | 10001111 | 0 | 111 | 11110 | 10100 | 101110 | 100101 | 1000100 |
Color Harmonies of #CBBD8F
Complementary color
Monochromatic Colors of #CBBD8F
Black with #CBBD8F
Text Example
Text Example
White with #CBBD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD8F; }
p { color: rgb(203,189,143); }
H1.HeaderClassName
{
color: #CBBD8F;
}
.AnyTagClassName
{
color: #CBBD8F;
}
</style>
background-color css
<style>
a { background-color: #CBBD8F; }
a { background-color: rgb(203,189,143); }
div.DivClassName
{
background-color: #CBBD8F;
}
.BgClassName
{
background-color: #CBBD8F;
}
</style>
border-color css
<style>
span { border-color: #CBBD8F; }
span { border-color: rgb(203,189,143); }
td.TdClassName
{
border-color: #CBBD8F;
}
.TagClassName
{
border-color: #CBBD8F;
}
</style>