Shades of Yuma #CABD8E
Tints of Yuma #CABD8E
RGB
CMYK
RGB Variations
Color information
#CABD8E (or 0xCABD8E) is known color: Yuma. HEX triplet: CA, BD and 8E. RGB value is (202,189,142). Sum of RGB (Red+Green+Blue) = 202+189+142=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD8E is #354271. Grayscale: #BBBBBB. Windows color (decimal): -3490418 or 9354698. OLE color: 9354698.
HSL color Cylindrical-coordinate representation of color #CABD8E: hue angle of 47º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CABD8E is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 189 | 142 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.21 |
| HSL | 47º | 0.36% | 0.67% | - |
| HSV(B) | 47º | 0.3% | 0.79% | - |
| XYZ | 47.44 | 50.9 | 32.92 | - |
| YUV | 187.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 142 | 0 | 0.06 | 0.30 | 0.21 | 47 | 0.36 | 0.67 |
| Hex | CA | BD | 8E | 0 | 6 | 1E | 15 | 2F | 24 | 43 |
| Octal | 312 | 275 | 216 | 0 | 6 | 36 | 25 | 57 | 44 | 103 |
| Binary | 11001010 | 10111101 | 10001110 | 0 | 110 | 11110 | 10101 | 101111 | 100100 | 1000011 |
Color Harmonies of #CABD8E
Complementary color
Monochromatic Colors of #CABD8E
Black with #CABD8E
Text Example
Text Example
White with #CABD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABD8E; }
p { color: rgb(202,189,142); }
H1.HeaderClassName
{
color: #CABD8E;
}
.AnyTagClassName
{
color: #CABD8E;
}
</style>
background-color css
<style>
a { background-color: #CABD8E; }
a { background-color: rgb(202,189,142); }
div.DivClassName
{
background-color: #CABD8E;
}
.BgClassName
{
background-color: #CABD8E;
}
</style>
border-color css
<style>
span { border-color: #CABD8E; }
span { border-color: rgb(202,189,142); }
td.TdClassName
{
border-color: #CABD8E;
}
.TagClassName
{
border-color: #CABD8E;
}
</style>