Shades of Tacha #CDC46C
Tints of Tacha #CDC46C
RGB
CMYK
RGB Variations
Color information
#CDC46C (or 0xCDC46C) is known color: Tacha. HEX triplet: CD, C4 and 6C. RGB value is (205,196,108). Sum of RGB (Red+Green+Blue) = 205+196+108=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC46C is #323B93. Grayscale: #BDBDBD. Windows color (decimal): -3292052 or 7128269. OLE color: 7128269.
HSL color Cylindrical-coordinate representation of color #CDC46C: hue angle of 54.43º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDC46C is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 108 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.20 |
| HSL | 54.43º | 0.49% | 0.61% | - |
| HSV(B) | 54.43º | 0.47% | 0.8% | - |
| XYZ | 47.62 | 53.54 | 22.01 | - |
| YUV | 188.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 108 | 0 | 0.04 | 0.47 | 0.20 | 54.43 | 0.49 | 0.61 |
| Hex | CD | C4 | 6C | 0 | 4 | 2F | 14 | 36 | 31 | 3D |
| Octal | 315 | 304 | 154 | 0 | 4 | 57 | 24 | 66 | 61 | 75 |
| Binary | 11001101 | 11000100 | 1101100 | 0 | 100 | 101111 | 10100 | 110110 | 110001 | 111101 |
Color Harmonies of #CDC46C
Complementary color
Monochromatic Colors of #CDC46C
Black with #CDC46C
Text Example
Text Example
White with #CDC46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC46C; }
p { color: rgb(205,196,108); }
H1.HeaderClassName
{
color: #CDC46C;
}
.AnyTagClassName
{
color: #CDC46C;
}
</style>
background-color css
<style>
a { background-color: #CDC46C; }
a { background-color: rgb(205,196,108); }
div.DivClassName
{
background-color: #CDC46C;
}
.BgClassName
{
background-color: #CDC46C;
}
</style>
border-color css
<style>
span { border-color: #CDC46C; }
span { border-color: rgb(205,196,108); }
td.TdClassName
{
border-color: #CDC46C;
}
.TagClassName
{
border-color: #CDC46C;
}
</style>