Shades of Yuma #CABB8E
Tints of Yuma #CABB8E
RGB
CMYK
RGB Variations
Color information
#CABB8E (or 0xCABB8E) is known color: Yuma. HEX triplet: CA, BB and 8E. RGB value is (202,187,142). Sum of RGB (Red+Green+Blue) = 202+187+142=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB8E is #354471. Grayscale: #BABABA. Windows color (decimal): -3490930 or 9354186. OLE color: 9354186.
HSL color Cylindrical-coordinate representation of color #CABB8E: hue angle of 45º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CABB8E is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 142 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.21 |
| HSL | 45º | 0.36% | 0.67% | - |
| HSV(B) | 45º | 0.3% | 0.79% | - |
| XYZ | 47.01 | 50.05 | 32.77 | - |
| YUV | 186.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 142 | 0 | 0.07 | 0.30 | 0.21 | 45 | 0.36 | 0.67 |
| Hex | CA | BB | 8E | 0 | 7 | 1E | 15 | 2D | 24 | 43 |
| Octal | 312 | 273 | 216 | 0 | 7 | 36 | 25 | 55 | 44 | 103 |
| Binary | 11001010 | 10111011 | 10001110 | 0 | 111 | 11110 | 10101 | 101101 | 100100 | 1000011 |
Color Harmonies of #CABB8E
Complementary color
Monochromatic Colors of #CABB8E
Black with #CABB8E
Text Example
Text Example
White with #CABB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB8E; }
p { color: rgb(202,187,142); }
H1.HeaderClassName
{
color: #CABB8E;
}
.AnyTagClassName
{
color: #CABB8E;
}
</style>
background-color css
<style>
a { background-color: #CABB8E; }
a { background-color: rgb(202,187,142); }
div.DivClassName
{
background-color: #CABB8E;
}
.BgClassName
{
background-color: #CABB8E;
}
</style>
border-color css
<style>
span { border-color: #CABB8E; }
span { border-color: rgb(202,187,142); }
td.TdClassName
{
border-color: #CABB8E;
}
.TagClassName
{
border-color: #CABB8E;
}
</style>