Shades of Yuma #CDBC8C
Tints of Yuma #CDBC8C
RGB
CMYK
RGB Variations
Color information
#CDBC8C (or 0xCDBC8C) is known color: Yuma. HEX triplet: CD, BC and 8C. RGB value is (205,188,140). Sum of RGB (Red+Green+Blue) = 205+188+140=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBC8C is #324373. Grayscale: #BBBBBB. Windows color (decimal): -3294068 or 9223373. OLE color: 9223373.
HSL color Cylindrical-coordinate representation of color #CDBC8C: hue angle of 44.31º 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 #CDBC8C is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 188 | 140 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.20 |
| HSL | 44.31º | 0.39% | 0.68% | - |
| HSV(B) | 44.31º | 0.32% | 0.8% | - |
| XYZ | 47.89 | 50.84 | 32.1 | - |
| YUV | 187.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 140 | 0 | 0.08 | 0.32 | 0.20 | 44.31 | 0.39 | 0.68 |
| Hex | CD | BC | 8C | 0 | 8 | 20 | 14 | 2C | 27 | 44 |
| Octal | 315 | 274 | 214 | 0 | 10 | 40 | 24 | 54 | 47 | 104 |
| Binary | 11001101 | 10111100 | 10001100 | 0 | 1000 | 100000 | 10100 | 101100 | 100111 | 1000100 |
Color Harmonies of #CDBC8C
Complementary color
Monochromatic Colors of #CDBC8C
Black with #CDBC8C
Text Example
Text Example
White with #CDBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBC8C; }
p { color: rgb(205,188,140); }
H1.HeaderClassName
{
color: #CDBC8C;
}
.AnyTagClassName
{
color: #CDBC8C;
}
</style>
background-color css
<style>
a { background-color: #CDBC8C; }
a { background-color: rgb(205,188,140); }
div.DivClassName
{
background-color: #CDBC8C;
}
.BgClassName
{
background-color: #CDBC8C;
}
</style>
border-color css
<style>
span { border-color: #CDBC8C; }
span { border-color: rgb(205,188,140); }
td.TdClassName
{
border-color: #CDBC8C;
}
.TagClassName
{
border-color: #CDBC8C;
}
</style>