Shades of Yuma #CBB57D
Tints of Yuma #CBB57D
RGB
CMYK
RGB Variations
Color information
#CBB57D (or 0xCBB57D) is known color: Yuma. HEX triplet: CB, B5 and 7D. RGB value is (203,181,125). Sum of RGB (Red+Green+Blue) = 203+181+125=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB57D is #344A82. Grayscale: #B5B5B5. Windows color (decimal): -3426947 or 8238539. OLE color: 8238539.
HSL color Cylindrical-coordinate representation of color #CBB57D: hue angle of 43.08º 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 #CBB57D is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 125 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.20 |
| HSL | 43.08º | 0.43% | 0.64% | - |
| HSV(B) | 43.08º | 0.38% | 0.8% | - |
| XYZ | 44.85 | 47.22 | 26.15 | - |
| YUV | 181.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 125 | 0 | 0.11 | 0.38 | 0.20 | 43.08 | 0.43 | 0.64 |
| Hex | CB | B5 | 7D | 0 | B | 26 | 14 | 2B | 2B | 40 |
| Octal | 313 | 265 | 175 | 0 | 13 | 46 | 24 | 53 | 53 | 100 |
| Binary | 11001011 | 10110101 | 1111101 | 0 | 1011 | 100110 | 10100 | 101011 | 101011 | 1000000 |
Color Harmonies of #CBB57D
Complementary color
Monochromatic Colors of #CBB57D
Black with #CBB57D
Text Example
Text Example
White with #CBB57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB57D; }
p { color: rgb(203,181,125); }
H1.HeaderClassName
{
color: #CBB57D;
}
.AnyTagClassName
{
color: #CBB57D;
}
</style>
background-color css
<style>
a { background-color: #CBB57D; }
a { background-color: rgb(203,181,125); }
div.DivClassName
{
background-color: #CBB57D;
}
.BgClassName
{
background-color: #CBB57D;
}
</style>
border-color css
<style>
span { border-color: #CBB57D; }
span { border-color: rgb(203,181,125); }
td.TdClassName
{
border-color: #CBB57D;
}
.TagClassName
{
border-color: #CBB57D;
}
</style>