Shades of Tacha #CDC46A
Tints of Tacha #CDC46A
RGB
CMYK
RGB Variations
Color information
#CDC46A (or 0xCDC46A) is known color: Tacha. HEX triplet: CD, C4 and 6A. RGB value is (205,196,106). Sum of RGB (Red+Green+Blue) = 205+196+106=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC46A is #323B95. Grayscale: #BCBCBC. Windows color (decimal): -3292054 or 6997197. OLE color: 6997197.
HSL color Cylindrical-coordinate representation of color #CDC46A: hue angle of 54.55º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDC46A is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 106 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.20 |
| HSL | 54.55º | 0.5% | 0.61% | - |
| HSV(B) | 54.55º | 0.48% | 0.8% | - |
| XYZ | 47.52 | 53.5 | 21.46 | - |
| YUV | 188.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 106 | 0 | 0.04 | 0.48 | 0.20 | 54.55 | 0.5 | 0.61 |
| Hex | CD | C4 | 6A | 0 | 4 | 30 | 14 | 37 | 32 | 3D |
| Octal | 315 | 304 | 152 | 0 | 4 | 60 | 24 | 67 | 62 | 75 |
| Binary | 11001101 | 11000100 | 1101010 | 0 | 100 | 110000 | 10100 | 110111 | 110010 | 111101 |
Color Harmonies of #CDC46A
Complementary color
Monochromatic Colors of #CDC46A
Black with #CDC46A
Text Example
Text Example
White with #CDC46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC46A; }
p { color: rgb(205,196,106); }
H1.HeaderClassName
{
color: #CDC46A;
}
.AnyTagClassName
{
color: #CDC46A;
}
</style>
background-color css
<style>
a { background-color: #CDC46A; }
a { background-color: rgb(205,196,106); }
div.DivClassName
{
background-color: #CDC46A;
}
.BgClassName
{
background-color: #CDC46A;
}
</style>
border-color css
<style>
span { border-color: #CDC46A; }
span { border-color: rgb(205,196,106); }
td.TdClassName
{
border-color: #CDC46A;
}
.TagClassName
{
border-color: #CDC46A;
}
</style>