Shades of Yuma #CBB47D
Tints of Yuma #CBB47D
RGB
CMYK
RGB Variations
Color information
#CBB47D (or 0xCBB47D) is known color: Yuma. HEX triplet: CB, B4 and 7D. RGB value is (203,180,125). Sum of RGB (Red+Green+Blue) = 203+180+125=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB47D is #344B82. Grayscale: #B4B4B4. Windows color (decimal): -3427203 or 8238283. OLE color: 8238283.
HSL color Cylindrical-coordinate representation of color #CBB47D: hue angle of 42.31º 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 #CBB47D is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 125 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.20 |
| HSL | 42.31º | 0.43% | 0.64% | - |
| HSV(B) | 42.31º | 0.38% | 0.8% | - |
| XYZ | 44.65 | 46.82 | 26.09 | - |
| YUV | 180.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 125 | 0 | 0.11 | 0.38 | 0.20 | 42.31 | 0.43 | 0.64 |
| Hex | CB | B4 | 7D | 0 | B | 26 | 14 | 2A | 2B | 40 |
| Octal | 313 | 264 | 175 | 0 | 13 | 46 | 24 | 52 | 53 | 100 |
| Binary | 11001011 | 10110100 | 1111101 | 0 | 1011 | 100110 | 10100 | 101010 | 101011 | 1000000 |
Color Harmonies of #CBB47D
Complementary color
Monochromatic Colors of #CBB47D
Black with #CBB47D
Text Example
Text Example
White with #CBB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB47D; }
p { color: rgb(203,180,125); }
H1.HeaderClassName
{
color: #CBB47D;
}
.AnyTagClassName
{
color: #CBB47D;
}
</style>
background-color css
<style>
a { background-color: #CBB47D; }
a { background-color: rgb(203,180,125); }
div.DivClassName
{
background-color: #CBB47D;
}
.BgClassName
{
background-color: #CBB47D;
}
</style>
border-color css
<style>
span { border-color: #CBB47D; }
span { border-color: rgb(203,180,125); }
td.TdClassName
{
border-color: #CBB47D;
}
.TagClassName
{
border-color: #CBB47D;
}
</style>