Shades of Yuma #CABB7D
Tints of Yuma #CABB7D
RGB
CMYK
RGB Variations
Color information
#CABB7D (or 0xCABB7D) is known color: Yuma. HEX triplet: CA, BB and 7D. RGB value is (202,187,125). Sum of RGB (Red+Green+Blue) = 202+187+125=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB7D is #354482. Grayscale: #B8B8B8. Windows color (decimal): -3490947 or 8240074. OLE color: 8240074.
HSL color Cylindrical-coordinate representation of color #CABB7D: hue angle of 48.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CABB7D is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 125 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.21 |
| HSL | 48.31º | 0.42% | 0.64% | - |
| HSV(B) | 48.31º | 0.38% | 0.79% | - |
| XYZ | 45.83 | 49.58 | 26.56 | - |
| YUV | 184.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 125 | 0 | 0.07 | 0.38 | 0.21 | 48.31 | 0.42 | 0.64 |
| Hex | CA | BB | 7D | 0 | 7 | 26 | 15 | 30 | 2A | 40 |
| Octal | 312 | 273 | 175 | 0 | 7 | 46 | 25 | 60 | 52 | 100 |
| Binary | 11001010 | 10111011 | 1111101 | 0 | 111 | 100110 | 10101 | 110000 | 101010 | 1000000 |
Color Harmonies of #CABB7D
Complementary color
Monochromatic Colors of #CABB7D
Black with #CABB7D
Text Example
Text Example
White with #CABB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB7D; }
p { color: rgb(202,187,125); }
H1.HeaderClassName
{
color: #CABB7D;
}
.AnyTagClassName
{
color: #CABB7D;
}
</style>
background-color css
<style>
a { background-color: #CABB7D; }
a { background-color: rgb(202,187,125); }
div.DivClassName
{
background-color: #CABB7D;
}
.BgClassName
{
background-color: #CABB7D;
}
</style>
border-color css
<style>
span { border-color: #CABB7D; }
span { border-color: rgb(202,187,125); }
td.TdClassName
{
border-color: #CABB7D;
}
.TagClassName
{
border-color: #CABB7D;
}
</style>