Shades of Tacha #CDB95C
Tints of Tacha #CDB95C
RGB
CMYK
RGB Variations
Color information
#CDB95C (or 0xCDB95C) is known color: Tacha. HEX triplet: CD, B9 and 5C. RGB value is (205,185,92). Sum of RGB (Red+Green+Blue) = 205+185+92=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB95C is #3246A3. Grayscale: #B4B4B4. Windows color (decimal): -3294884 or 6076877. OLE color: 6076877.
HSL color Cylindrical-coordinate representation of color #CDB95C: hue angle of 49.38º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDB95C is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 92 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.20 |
| HSL | 49.38º | 0.53% | 0.58% | - |
| HSV(B) | 49.38º | 0.55% | 0.8% | - |
| XYZ | 44.46 | 48.45 | 17.13 | - |
| YUV | 180.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 92 | 0 | 0.10 | 0.55 | 0.20 | 49.38 | 0.53 | 0.58 |
| Hex | CD | B9 | 5C | 0 | A | 37 | 14 | 31 | 35 | 3A |
| Octal | 315 | 271 | 134 | 0 | 12 | 67 | 24 | 61 | 65 | 72 |
| Binary | 11001101 | 10111001 | 1011100 | 0 | 1010 | 110111 | 10100 | 110001 | 110101 | 111010 |
Color Harmonies of #CDB95C
Complementary color
Monochromatic Colors of #CDB95C
Black with #CDB95C
Text Example
Text Example
White with #CDB95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB95C; }
p { color: rgb(205,185,92); }
H1.HeaderClassName
{
color: #CDB95C;
}
.AnyTagClassName
{
color: #CDB95C;
}
</style>
background-color css
<style>
a { background-color: #CDB95C; }
a { background-color: rgb(205,185,92); }
div.DivClassName
{
background-color: #CDB95C;
}
.BgClassName
{
background-color: #CDB95C;
}
</style>
border-color css
<style>
span { border-color: #CDB95C; }
span { border-color: rgb(205,185,92); }
td.TdClassName
{
border-color: #CDB95C;
}
.TagClassName
{
border-color: #CDB95C;
}
</style>