Shades of Tacha #CDB468
Tints of Tacha #CDB468
RGB
CMYK
RGB Variations
Color information
#CDB468 (or 0xCDB468) is known color: Tacha. HEX triplet: CD, B4 and 68. RGB value is (205,180,104). Sum of RGB (Red+Green+Blue) = 205+180+104=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB468 is #324B97. Grayscale: #B3B3B3. Windows color (decimal): -3296152 or 6862029. OLE color: 6862029.
HSL color Cylindrical-coordinate representation of color #CDB468: hue angle of 45.15º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDB468 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 104 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.20 |
| HSL | 45.15º | 0.5% | 0.61% | - |
| HSV(B) | 45.15º | 0.49% | 0.8% | - |
| XYZ | 44 | 46.62 | 19.78 | - |
| YUV | 178.81 | 85.78 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 104 | 0 | 0.12 | 0.49 | 0.20 | 45.15 | 0.5 | 0.61 |
| Hex | CD | B4 | 68 | 0 | C | 31 | 14 | 2D | 32 | 3D |
| Octal | 315 | 264 | 150 | 0 | 14 | 61 | 24 | 55 | 62 | 75 |
| Binary | 11001101 | 10110100 | 1101000 | 0 | 1100 | 110001 | 10100 | 101101 | 110010 | 111101 |
Color Harmonies of #CDB468
Complementary color
Monochromatic Colors of #CDB468
Black with #CDB468
Text Example
Text Example
White with #CDB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB468; }
p { color: rgb(205,180,104); }
H1.HeaderClassName
{
color: #CDB468;
}
.AnyTagClassName
{
color: #CDB468;
}
</style>
background-color css
<style>
a { background-color: #CDB468; }
a { background-color: rgb(205,180,104); }
div.DivClassName
{
background-color: #CDB468;
}
.BgClassName
{
background-color: #CDB468;
}
</style>
border-color css
<style>
span { border-color: #CDB468; }
span { border-color: rgb(205,180,104); }
td.TdClassName
{
border-color: #CDB468;
}
.TagClassName
{
border-color: #CDB468;
}
</style>