Shades of Tacha #CDB157
Tints of Tacha #CDB157
RGB
CMYK
RGB Variations
Color information
#CDB157 (or 0xCDB157) is known color: Tacha. HEX triplet: CD, B1 and 57. RGB value is (205,177,87). Sum of RGB (Red+Green+Blue) = 205+177+87=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB157 is #324EA8. Grayscale: #AFAFAF. Windows color (decimal): -3296937 or 5747149. OLE color: 5747149.
HSL color Cylindrical-coordinate representation of color #CDB157: hue angle of 45.76º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDB157 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 87 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.20 |
| HSL | 45.76º | 0.54% | 0.57% | - |
| HSV(B) | 45.76º | 0.58% | 0.8% | - |
| XYZ | 42.62 | 45.11 | 15.48 | - |
| YUV | 175.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 87 | 0 | 0.14 | 0.58 | 0.20 | 45.76 | 0.54 | 0.57 |
| Hex | CD | B1 | 57 | 0 | E | 3A | 14 | 2E | 36 | 39 |
| Octal | 315 | 261 | 127 | 0 | 16 | 72 | 24 | 56 | 66 | 71 |
| Binary | 11001101 | 10110001 | 1010111 | 0 | 1110 | 111010 | 10100 | 101110 | 110110 | 111001 |
Color Harmonies of #CDB157
Complementary color
Monochromatic Colors of #CDB157
Black with #CDB157
Text Example
Text Example
White with #CDB157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB157; }
p { color: rgb(205,177,87); }
H1.HeaderClassName
{
color: #CDB157;
}
.AnyTagClassName
{
color: #CDB157;
}
</style>
background-color css
<style>
a { background-color: #CDB157; }
a { background-color: rgb(205,177,87); }
div.DivClassName
{
background-color: #CDB157;
}
.BgClassName
{
background-color: #CDB157;
}
</style>
border-color css
<style>
span { border-color: #CDB157; }
span { border-color: rgb(205,177,87); }
td.TdClassName
{
border-color: #CDB157;
}
.TagClassName
{
border-color: #CDB157;
}
</style>