Shades of Yuma #CBB47B
Tints of Yuma #CBB47B
RGB
CMYK
RGB Variations
Color information
#CBB47B (or 0xCBB47B) is known color: Yuma. HEX triplet: CB, B4 and 7B. RGB value is (203,180,123). Sum of RGB (Red+Green+Blue) = 203+180+123=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB47B is #344B84. Grayscale: #B4B4B4. Windows color (decimal): -3427205 or 8107211. OLE color: 8107211.
HSL color Cylindrical-coordinate representation of color #CBB47B: hue angle of 42.75º 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 #CBB47B is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 123 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.20 |
| HSL | 42.75º | 0.43% | 0.64% | - |
| HSV(B) | 42.75º | 0.39% | 0.8% | - |
| XYZ | 44.53 | 46.77 | 25.42 | - |
| YUV | 180.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 123 | 0 | 0.11 | 0.39 | 0.20 | 42.75 | 0.43 | 0.64 |
| Hex | CB | B4 | 7B | 0 | B | 27 | 14 | 2B | 2B | 40 |
| Octal | 313 | 264 | 173 | 0 | 13 | 47 | 24 | 53 | 53 | 100 |
| Binary | 11001011 | 10110100 | 1111011 | 0 | 1011 | 100111 | 10100 | 101011 | 101011 | 1000000 |
Color Harmonies of #CBB47B
Complementary color
Monochromatic Colors of #CBB47B
Black with #CBB47B
Text Example
Text Example
White with #CBB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB47B; }
p { color: rgb(203,180,123); }
H1.HeaderClassName
{
color: #CBB47B;
}
.AnyTagClassName
{
color: #CBB47B;
}
</style>
background-color css
<style>
a { background-color: #CBB47B; }
a { background-color: rgb(203,180,123); }
div.DivClassName
{
background-color: #CBB47B;
}
.BgClassName
{
background-color: #CBB47B;
}
</style>
border-color css
<style>
span { border-color: #CBB47B; }
span { border-color: rgb(203,180,123); }
td.TdClassName
{
border-color: #CBB47B;
}
.TagClassName
{
border-color: #CBB47B;
}
</style>