Shades of Yuma #CABB7C
Tints of Yuma #CABB7C
RGB
CMYK
RGB Variations
Color information
#CABB7C (or 0xCABB7C) is known color: Yuma. HEX triplet: CA, BB and 7C. RGB value is (202,187,124). Sum of RGB (Red+Green+Blue) = 202+187+124=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB7C is #354483. Grayscale: #B8B8B8. Windows color (decimal): -3490948 or 8174538. OLE color: 8174538.
HSL color Cylindrical-coordinate representation of color #CABB7C: hue angle of 48.46º degrees, saturation: 0.42, 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 #CABB7C is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 124 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.21 |
| HSL | 48.46º | 0.42% | 0.64% | - |
| HSV(B) | 48.46º | 0.39% | 0.79% | - |
| XYZ | 45.77 | 49.55 | 26.22 | - |
| YUV | 184.3 | 93.97 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 124 | 0 | 0.07 | 0.39 | 0.21 | 48.46 | 0.42 | 0.64 |
| Hex | CA | BB | 7C | 0 | 7 | 27 | 15 | 30 | 2A | 40 |
| Octal | 312 | 273 | 174 | 0 | 7 | 47 | 25 | 60 | 52 | 100 |
| Binary | 11001010 | 10111011 | 1111100 | 0 | 111 | 100111 | 10101 | 110000 | 101010 | 1000000 |
Color Harmonies of #CABB7C
Complementary color
Monochromatic Colors of #CABB7C
Black with #CABB7C
Text Example
Text Example
White with #CABB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB7C; }
p { color: rgb(202,187,124); }
H1.HeaderClassName
{
color: #CABB7C;
}
.AnyTagClassName
{
color: #CABB7C;
}
</style>
background-color css
<style>
a { background-color: #CABB7C; }
a { background-color: rgb(202,187,124); }
div.DivClassName
{
background-color: #CABB7C;
}
.BgClassName
{
background-color: #CABB7C;
}
</style>
border-color css
<style>
span { border-color: #CABB7C; }
span { border-color: rgb(202,187,124); }
td.TdClassName
{
border-color: #CABB7C;
}
.TagClassName
{
border-color: #CABB7C;
}
</style>