Shades of Yuma #CABB7F
Tints of Yuma #CABB7F
RGB
CMYK
RGB Variations
Color information
#CABB7F (or 0xCABB7F) is known color: Yuma. HEX triplet: CA, BB and 7F. RGB value is (202,187,127). Sum of RGB (Red+Green+Blue) = 202+187+127=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB7F is #354480. Grayscale: #B8B8B8. Windows color (decimal): -3490945 or 8371146. OLE color: 8371146.
HSL color Cylindrical-coordinate representation of color #CABB7F: hue angle of 48º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CABB7F is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 127 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.21 |
| HSL | 48º | 0.41% | 0.65% | - |
| HSV(B) | 48º | 0.37% | 0.79% | - |
| XYZ | 45.96 | 49.63 | 27.24 | - |
| YUV | 184.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 127 | 0 | 0.07 | 0.37 | 0.21 | 48 | 0.41 | 0.65 |
| Hex | CA | BB | 7F | 0 | 7 | 25 | 15 | 30 | 29 | 41 |
| Octal | 312 | 273 | 177 | 0 | 7 | 45 | 25 | 60 | 51 | 101 |
| Binary | 11001010 | 10111011 | 1111111 | 0 | 111 | 100101 | 10101 | 110000 | 101001 | 1000001 |
Color Harmonies of #CABB7F
Complementary color
Monochromatic Colors of #CABB7F
Black with #CABB7F
Text Example
Text Example
White with #CABB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB7F; }
p { color: rgb(202,187,127); }
H1.HeaderClassName
{
color: #CABB7F;
}
.AnyTagClassName
{
color: #CABB7F;
}
</style>
background-color css
<style>
a { background-color: #CABB7F; }
a { background-color: rgb(202,187,127); }
div.DivClassName
{
background-color: #CABB7F;
}
.BgClassName
{
background-color: #CABB7F;
}
</style>
border-color css
<style>
span { border-color: #CABB7F; }
span { border-color: rgb(202,187,127); }
td.TdClassName
{
border-color: #CABB7F;
}
.TagClassName
{
border-color: #CABB7F;
}
</style>