Shades of Yuma #CDBB8C
Tints of Yuma #CDBB8C
RGB
CMYK
RGB Variations
Color information
#CDBB8C (or 0xCDBB8C) is known color: Yuma. HEX triplet: CD, BB and 8C. RGB value is (205,187,140). Sum of RGB (Red+Green+Blue) = 205+187+140=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBB8C is #324473. Grayscale: #BBBBBB. Windows color (decimal): -3294324 or 9223117. OLE color: 9223117.
HSL color Cylindrical-coordinate representation of color #CDBB8C: hue angle of 43.38º 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 #CDBB8C is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 187 | 140 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.20 |
| HSL | 43.38º | 0.39% | 0.68% | - |
| HSV(B) | 43.38º | 0.32% | 0.8% | - |
| XYZ | 47.68 | 50.41 | 32.03 | - |
| YUV | 187.02 | 101.46 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 140 | 0 | 0.09 | 0.32 | 0.20 | 43.38 | 0.39 | 0.68 |
| Hex | CD | BB | 8C | 0 | 9 | 20 | 14 | 2B | 27 | 44 |
| Octal | 315 | 273 | 214 | 0 | 11 | 40 | 24 | 53 | 47 | 104 |
| Binary | 11001101 | 10111011 | 10001100 | 0 | 1001 | 100000 | 10100 | 101011 | 100111 | 1000100 |
Color Harmonies of #CDBB8C
Complementary color
Monochromatic Colors of #CDBB8C
Black with #CDBB8C
Text Example
Text Example
White with #CDBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBB8C; }
p { color: rgb(205,187,140); }
H1.HeaderClassName
{
color: #CDBB8C;
}
.AnyTagClassName
{
color: #CDBB8C;
}
</style>
background-color css
<style>
a { background-color: #CDBB8C; }
a { background-color: rgb(205,187,140); }
div.DivClassName
{
background-color: #CDBB8C;
}
.BgClassName
{
background-color: #CDBB8C;
}
</style>
border-color css
<style>
span { border-color: #CDBB8C; }
span { border-color: rgb(205,187,140); }
td.TdClassName
{
border-color: #CDBB8C;
}
.TagClassName
{
border-color: #CDBB8C;
}
</style>