Shades of Tacha #CDB160
Tints of Tacha #CDB160
RGB
CMYK
RGB Variations
Color information
#CDB160 (or 0xCDB160) is known color: Tacha. HEX triplet: CD, B1 and 60. RGB value is (205,177,96). Sum of RGB (Red+Green+Blue) = 205+177+96=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB160 is #324E9F. Grayscale: #B0B0B0. Windows color (decimal): -3296928 or 6336973. OLE color: 6336973.
HSL color Cylindrical-coordinate representation of color #CDB160: hue angle of 44.59º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDB160 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 96 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.20 |
| HSL | 44.59º | 0.52% | 0.59% | - |
| HSV(B) | 44.59º | 0.53% | 0.8% | - |
| XYZ | 43.01 | 45.27 | 17.54 | - |
| YUV | 176.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 96 | 0 | 0.14 | 0.53 | 0.20 | 44.59 | 0.52 | 0.59 |
| Hex | CD | B1 | 60 | 0 | E | 35 | 14 | 2D | 34 | 3B |
| Octal | 315 | 261 | 140 | 0 | 16 | 65 | 24 | 55 | 64 | 73 |
| Binary | 11001101 | 10110001 | 1100000 | 0 | 1110 | 110101 | 10100 | 101101 | 110100 | 111011 |
Color Harmonies of #CDB160
Complementary color
Monochromatic Colors of #CDB160
Black with #CDB160
Text Example
Text Example
White with #CDB160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB160; }
p { color: rgb(205,177,96); }
H1.HeaderClassName
{
color: #CDB160;
}
.AnyTagClassName
{
color: #CDB160;
}
</style>
background-color css
<style>
a { background-color: #CDB160; }
a { background-color: rgb(205,177,96); }
div.DivClassName
{
background-color: #CDB160;
}
.BgClassName
{
background-color: #CDB160;
}
</style>
border-color css
<style>
span { border-color: #CDB160; }
span { border-color: rgb(205,177,96); }
td.TdClassName
{
border-color: #CDB160;
}
.TagClassName
{
border-color: #CDB160;
}
</style>