Shades of Yuma #CABA7B
Tints of Yuma #CABA7B
RGB
CMYK
RGB Variations
Color information
#CABA7B (or 0xCABA7B) is known color: Yuma. HEX triplet: CA, BA and 7B. RGB value is (202,186,123). Sum of RGB (Red+Green+Blue) = 202+186+123=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA7B is #354584. Grayscale: #B7B7B7. Windows color (decimal): -3491205 or 8108746. OLE color: 8108746.
HSL color Cylindrical-coordinate representation of color #CABA7B: hue angle of 47.85º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CABA7B is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 123 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.21 |
| HSL | 47.85º | 0.43% | 0.64% | - |
| HSV(B) | 47.85º | 0.39% | 0.79% | - |
| XYZ | 45.49 | 49.1 | 25.82 | - |
| YUV | 183.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 123 | 0 | 0.08 | 0.39 | 0.21 | 47.85 | 0.43 | 0.64 |
| Hex | CA | BA | 7B | 0 | 8 | 27 | 15 | 30 | 2B | 40 |
| Octal | 312 | 272 | 173 | 0 | 10 | 47 | 25 | 60 | 53 | 100 |
| Binary | 11001010 | 10111010 | 1111011 | 0 | 1000 | 100111 | 10101 | 110000 | 101011 | 1000000 |
Color Harmonies of #CABA7B
Complementary color
Monochromatic Colors of #CABA7B
Black with #CABA7B
Text Example
Text Example
White with #CABA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA7B; }
p { color: rgb(202,186,123); }
H1.HeaderClassName
{
color: #CABA7B;
}
.AnyTagClassName
{
color: #CABA7B;
}
</style>
background-color css
<style>
a { background-color: #CABA7B; }
a { background-color: rgb(202,186,123); }
div.DivClassName
{
background-color: #CABA7B;
}
.BgClassName
{
background-color: #CABA7B;
}
</style>
border-color css
<style>
span { border-color: #CABA7B; }
span { border-color: rgb(202,186,123); }
td.TdClassName
{
border-color: #CABA7B;
}
.TagClassName
{
border-color: #CABA7B;
}
</style>