Shades of Yuma #CBB484
Tints of Yuma #CBB484
RGB
CMYK
RGB Variations
Color information
#CBB484 (or 0xCBB484) is known color: Yuma. HEX triplet: CB, B4 and 84. RGB value is (203,180,132). Sum of RGB (Red+Green+Blue) = 203+180+132=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB484 is #344B7B. Grayscale: #B5B5B5. Windows color (decimal): -3427196 or 8697035. OLE color: 8697035.
HSL color Cylindrical-coordinate representation of color #CBB484: hue angle of 40.56º 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 #CBB484 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 132 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.20 |
| HSL | 40.56º | 0.41% | 0.66% | - |
| HSV(B) | 40.56º | 0.35% | 0.8% | - |
| XYZ | 45.11 | 47 | 28.52 | - |
| YUV | 181.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 132 | 0 | 0.11 | 0.35 | 0.20 | 40.56 | 0.41 | 0.66 |
| Hex | CB | B4 | 84 | 0 | B | 23 | 14 | 29 | 29 | 42 |
| Octal | 313 | 264 | 204 | 0 | 13 | 43 | 24 | 51 | 51 | 102 |
| Binary | 11001011 | 10110100 | 10000100 | 0 | 1011 | 100011 | 10100 | 101001 | 101001 | 1000010 |
Color Harmonies of #CBB484
Complementary color
Monochromatic Colors of #CBB484
Black with #CBB484
Text Example
Text Example
White with #CBB484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB484; }
p { color: rgb(203,180,132); }
H1.HeaderClassName
{
color: #CBB484;
}
.AnyTagClassName
{
color: #CBB484;
}
</style>
background-color css
<style>
a { background-color: #CBB484; }
a { background-color: rgb(203,180,132); }
div.DivClassName
{
background-color: #CBB484;
}
.BgClassName
{
background-color: #CBB484;
}
</style>
border-color css
<style>
span { border-color: #CBB484; }
span { border-color: rgb(203,180,132); }
td.TdClassName
{
border-color: #CBB484;
}
.TagClassName
{
border-color: #CBB484;
}
</style>