Shades of Yuma #CABB8C
Tints of Yuma #CABB8C
RGB
CMYK
RGB Variations
Color information
#CABB8C (or 0xCABB8C) is known color: Yuma. HEX triplet: CA, BB and 8C. RGB value is (202,187,140). Sum of RGB (Red+Green+Blue) = 202+187+140=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB8C is #354473. Grayscale: #BABABA. Windows color (decimal): -3490932 or 9223114. OLE color: 9223114.
HSL color Cylindrical-coordinate representation of color #CABB8C: hue angle of 45.48º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CABB8C is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 140 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.21 |
| HSL | 45.48º | 0.37% | 0.67% | - |
| HSV(B) | 45.48º | 0.31% | 0.79% | - |
| XYZ | 46.86 | 49.99 | 31.99 | - |
| YUV | 186.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 140 | 0 | 0.07 | 0.31 | 0.21 | 45.48 | 0.37 | 0.67 |
| Hex | CA | BB | 8C | 0 | 7 | 1F | 15 | 2D | 25 | 43 |
| Octal | 312 | 273 | 214 | 0 | 7 | 37 | 25 | 55 | 45 | 103 |
| Binary | 11001010 | 10111011 | 10001100 | 0 | 111 | 11111 | 10101 | 101101 | 100101 | 1000011 |
Color Harmonies of #CABB8C
Complementary color
Monochromatic Colors of #CABB8C
Black with #CABB8C
Text Example
Text Example
White with #CABB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB8C; }
p { color: rgb(202,187,140); }
H1.HeaderClassName
{
color: #CABB8C;
}
.AnyTagClassName
{
color: #CABB8C;
}
</style>
background-color css
<style>
a { background-color: #CABB8C; }
a { background-color: rgb(202,187,140); }
div.DivClassName
{
background-color: #CABB8C;
}
.BgClassName
{
background-color: #CABB8C;
}
</style>
border-color css
<style>
span { border-color: #CABB8C; }
span { border-color: rgb(202,187,140); }
td.TdClassName
{
border-color: #CABB8C;
}
.TagClassName
{
border-color: #CABB8C;
}
</style>