Shades of Yuma #CBB88C
Tints of Yuma #CBB88C
RGB
CMYK
RGB Variations
Color information
#CBB88C (or 0xCBB88C) is known color: Yuma. HEX triplet: CB, B8 and 8C. RGB value is (203,184,140). Sum of RGB (Red+Green+Blue) = 203+184+140=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB88C is #344773. Grayscale: #B8B8B8. Windows color (decimal): -3426164 or 9222347. OLE color: 9222347.
HSL color Cylindrical-coordinate representation of color #CBB88C: hue angle of 41.9º 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 #CBB88C is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 140 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.20 |
| HSL | 41.9º | 0.38% | 0.67% | - |
| HSV(B) | 41.9º | 0.31% | 0.8% | - |
| XYZ | 46.5 | 48.87 | 31.79 | - |
| YUV | 184.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 140 | 0 | 0.09 | 0.31 | 0.20 | 41.9 | 0.38 | 0.67 |
| Hex | CB | B8 | 8C | 0 | 9 | 1F | 14 | 2A | 26 | 43 |
| Octal | 313 | 270 | 214 | 0 | 11 | 37 | 24 | 52 | 46 | 103 |
| Binary | 11001011 | 10111000 | 10001100 | 0 | 1001 | 11111 | 10100 | 101010 | 100110 | 1000011 |
Color Harmonies of #CBB88C
Complementary color
Monochromatic Colors of #CBB88C
Black with #CBB88C
Text Example
Text Example
White with #CBB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB88C; }
p { color: rgb(203,184,140); }
H1.HeaderClassName
{
color: #CBB88C;
}
.AnyTagClassName
{
color: #CBB88C;
}
</style>
background-color css
<style>
a { background-color: #CBB88C; }
a { background-color: rgb(203,184,140); }
div.DivClassName
{
background-color: #CBB88C;
}
.BgClassName
{
background-color: #CBB88C;
}
</style>
border-color css
<style>
span { border-color: #CBB88C; }
span { border-color: rgb(203,184,140); }
td.TdClassName
{
border-color: #CBB88C;
}
.TagClassName
{
border-color: #CBB88C;
}
</style>