Shades of Yuma #CBBB8C
Tints of Yuma #CBBB8C
RGB
CMYK
RGB Variations
Color information
#CBBB8C (or 0xCBBB8C) is known color: Yuma. HEX triplet: CB, BB and 8C. RGB value is (203,187,140). Sum of RGB (Red+Green+Blue) = 203+187+140=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBB8C is #344473. Grayscale: #BABABA. Windows color (decimal): -3425396 or 9223115. OLE color: 9223115.
HSL color Cylindrical-coordinate representation of color #CBBB8C: hue angle of 44.76º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBBB8C is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 140 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.20 |
| HSL | 44.76º | 0.38% | 0.67% | - |
| HSV(B) | 44.76º | 0.31% | 0.8% | - |
| XYZ | 47.13 | 50.13 | 32 | - |
| YUV | 186.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 140 | 0 | 0.08 | 0.31 | 0.20 | 44.76 | 0.38 | 0.67 |
| Hex | CB | BB | 8C | 0 | 8 | 1F | 14 | 2D | 26 | 43 |
| Octal | 313 | 273 | 214 | 0 | 10 | 37 | 24 | 55 | 46 | 103 |
| Binary | 11001011 | 10111011 | 10001100 | 0 | 1000 | 11111 | 10100 | 101101 | 100110 | 1000011 |
Color Harmonies of #CBBB8C
Complementary color
Monochromatic Colors of #CBBB8C
Black with #CBBB8C
Text Example
Text Example
White with #CBBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB8C; }
p { color: rgb(203,187,140); }
H1.HeaderClassName
{
color: #CBBB8C;
}
.AnyTagClassName
{
color: #CBBB8C;
}
</style>
background-color css
<style>
a { background-color: #CBBB8C; }
a { background-color: rgb(203,187,140); }
div.DivClassName
{
background-color: #CBBB8C;
}
.BgClassName
{
background-color: #CBBB8C;
}
</style>
border-color css
<style>
span { border-color: #CBBB8C; }
span { border-color: rgb(203,187,140); }
td.TdClassName
{
border-color: #CBBB8C;
}
.TagClassName
{
border-color: #CBBB8C;
}
</style>