Shades of Yuma #CDBA8C
Tints of Yuma #CDBA8C
RGB
CMYK
RGB Variations
Color information
#CDBA8C (or 0xCDBA8C) is known color: Yuma. HEX triplet: CD, BA and 8C. RGB value is (205,186,140). Sum of RGB (Red+Green+Blue) = 205+186+140=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBA8C is #324573. Grayscale: #BABABA. Windows color (decimal): -3294580 or 9222861. OLE color: 9222861.
HSL color Cylindrical-coordinate representation of color #CDBA8C: hue angle of 42.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDBA8C is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 140 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.20 |
| HSL | 42.46º | 0.39% | 0.68% | - |
| HSV(B) | 42.46º | 0.32% | 0.8% | - |
| XYZ | 47.47 | 49.99 | 31.96 | - |
| YUV | 186.44 | 101.79 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 140 | 0 | 0.09 | 0.32 | 0.20 | 42.46 | 0.39 | 0.68 |
| Hex | CD | BA | 8C | 0 | 9 | 20 | 14 | 2A | 27 | 44 |
| Octal | 315 | 272 | 214 | 0 | 11 | 40 | 24 | 52 | 47 | 104 |
| Binary | 11001101 | 10111010 | 10001100 | 0 | 1001 | 100000 | 10100 | 101010 | 100111 | 1000100 |
Color Harmonies of #CDBA8C
Complementary color
Monochromatic Colors of #CDBA8C
Black with #CDBA8C
Text Example
Text Example
White with #CDBA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBA8C; }
p { color: rgb(205,186,140); }
H1.HeaderClassName
{
color: #CDBA8C;
}
.AnyTagClassName
{
color: #CDBA8C;
}
</style>
background-color css
<style>
a { background-color: #CDBA8C; }
a { background-color: rgb(205,186,140); }
div.DivClassName
{
background-color: #CDBA8C;
}
.BgClassName
{
background-color: #CDBA8C;
}
</style>
border-color css
<style>
span { border-color: #CDBA8C; }
span { border-color: rgb(205,186,140); }
td.TdClassName
{
border-color: #CDBA8C;
}
.TagClassName
{
border-color: #CDBA8C;
}
</style>