Shades of Yuma #CBB47C
Tints of Yuma #CBB47C
RGB
CMYK
RGB Variations
Color information
#CBB47C (or 0xCBB47C) is known color: Yuma. HEX triplet: CB, B4 and 7C. RGB value is (203,180,124). Sum of RGB (Red+Green+Blue) = 203+180+124=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB47C is #344B83. Grayscale: #B4B4B4. Windows color (decimal): -3427204 or 8172747. OLE color: 8172747.
HSL color Cylindrical-coordinate representation of color #CBB47C: hue angle of 42.53º 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 #CBB47C is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 124 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.20 |
| HSL | 42.53º | 0.43% | 0.64% | - |
| HSV(B) | 42.53º | 0.39% | 0.8% | - |
| XYZ | 44.59 | 46.79 | 25.75 | - |
| YUV | 180.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 124 | 0 | 0.11 | 0.39 | 0.20 | 42.53 | 0.43 | 0.64 |
| Hex | CB | B4 | 7C | 0 | B | 27 | 14 | 2B | 2B | 40 |
| Octal | 313 | 264 | 174 | 0 | 13 | 47 | 24 | 53 | 53 | 100 |
| Binary | 11001011 | 10110100 | 1111100 | 0 | 1011 | 100111 | 10100 | 101011 | 101011 | 1000000 |
Color Harmonies of #CBB47C
Complementary color
Monochromatic Colors of #CBB47C
Black with #CBB47C
Text Example
Text Example
White with #CBB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB47C; }
p { color: rgb(203,180,124); }
H1.HeaderClassName
{
color: #CBB47C;
}
.AnyTagClassName
{
color: #CBB47C;
}
</style>
background-color css
<style>
a { background-color: #CBB47C; }
a { background-color: rgb(203,180,124); }
div.DivClassName
{
background-color: #CBB47C;
}
.BgClassName
{
background-color: #CBB47C;
}
</style>
border-color css
<style>
span { border-color: #CBB47C; }
span { border-color: rgb(203,180,124); }
td.TdClassName
{
border-color: #CBB47C;
}
.TagClassName
{
border-color: #CBB47C;
}
</style>