Shades of Yuma #CDBA8A
Tints of Yuma #CDBA8A
RGB
CMYK
RGB Variations
Color information
#CDBA8A (or 0xCDBA8A) is known color: Yuma. HEX triplet: CD, BA and 8A. RGB value is (205,186,138). Sum of RGB (Red+Green+Blue) = 205+186+138=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBA8A is #324575. Grayscale: #BABABA. Windows color (decimal): -3294582 or 9091789. OLE color: 9091789.
HSL color Cylindrical-coordinate representation of color #CDBA8A: hue angle of 42.99º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDBA8A is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 138 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.20 |
| HSL | 42.99º | 0.4% | 0.67% | - |
| HSV(B) | 42.99º | 0.33% | 0.8% | - |
| XYZ | 47.32 | 49.93 | 31.19 | - |
| YUV | 186.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 138 | 0 | 0.09 | 0.33 | 0.20 | 42.99 | 0.4 | 0.67 |
| Hex | CD | BA | 8A | 0 | 9 | 21 | 14 | 2B | 28 | 43 |
| Octal | 315 | 272 | 212 | 0 | 11 | 41 | 24 | 53 | 50 | 103 |
| Binary | 11001101 | 10111010 | 10001010 | 0 | 1001 | 100001 | 10100 | 101011 | 101000 | 1000011 |
Color Harmonies of #CDBA8A
Complementary color
Monochromatic Colors of #CDBA8A
Black with #CDBA8A
Text Example
Text Example
White with #CDBA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBA8A; }
p { color: rgb(205,186,138); }
H1.HeaderClassName
{
color: #CDBA8A;
}
.AnyTagClassName
{
color: #CDBA8A;
}
</style>
background-color css
<style>
a { background-color: #CDBA8A; }
a { background-color: rgb(205,186,138); }
div.DivClassName
{
background-color: #CDBA8A;
}
.BgClassName
{
background-color: #CDBA8A;
}
</style>
border-color css
<style>
span { border-color: #CDBA8A; }
span { border-color: rgb(205,186,138); }
td.TdClassName
{
border-color: #CDBA8A;
}
.TagClassName
{
border-color: #CDBA8A;
}
</style>