Shades of Yuma #CBBC84
Tints of Yuma #CBBC84
RGB
CMYK
RGB Variations
Color information
#CBBC84 (or 0xCBBC84) is known color: Yuma. HEX triplet: CB, BC and 84. RGB value is (203,188,132). Sum of RGB (Red+Green+Blue) = 203+188+132=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 132 (51.95% from 255 or 25.24% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBC84 is #34437B. Grayscale: #BABABA. Windows color (decimal): -3425148 or 8699083. OLE color: 8699083.
HSL color Cylindrical-coordinate representation of color #CBBC84: hue angle of 47.32º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBBC84 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 132 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.20 |
| HSL | 47.32º | 0.41% | 0.66% | - |
| HSV(B) | 47.32º | 0.35% | 0.8% | - |
| XYZ | 46.78 | 50.33 | 29.08 | - |
| YUV | 186.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 132 | 0 | 0.07 | 0.35 | 0.20 | 47.32 | 0.41 | 0.66 |
| Hex | CB | BC | 84 | 0 | 7 | 23 | 14 | 2F | 29 | 42 |
| Octal | 313 | 274 | 204 | 0 | 7 | 43 | 24 | 57 | 51 | 102 |
| Binary | 11001011 | 10111100 | 10000100 | 0 | 111 | 100011 | 10100 | 101111 | 101001 | 1000010 |
Color Harmonies of #CBBC84
Complementary color
Monochromatic Colors of #CBBC84
Black with #CBBC84
Text Example
Text Example
White with #CBBC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC84; }
p { color: rgb(203,188,132); }
H1.HeaderClassName
{
color: #CBBC84;
}
.AnyTagClassName
{
color: #CBBC84;
}
</style>
background-color css
<style>
a { background-color: #CBBC84; }
a { background-color: rgb(203,188,132); }
div.DivClassName
{
background-color: #CBBC84;
}
.BgClassName
{
background-color: #CBBC84;
}
</style>
border-color css
<style>
span { border-color: #CBBC84; }
span { border-color: rgb(203,188,132); }
td.TdClassName
{
border-color: #CBBC84;
}
.TagClassName
{
border-color: #CBBC84;
}
</style>