Shades of Tacha #CCBC5D
Tints of Tacha #CCBC5D
RGB
CMYK
RGB Variations
Color information
#CCBC5D (or 0xCCBC5D) is known color: Tacha. HEX triplet: CC, BC and 5D. RGB value is (204,188,93). Sum of RGB (Red+Green+Blue) = 204+188+93=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC5D is #3343A2. Grayscale: #B6B6B6. Windows color (decimal): -3359651 or 6143180. OLE color: 6143180.
HSL color Cylindrical-coordinate representation of color #CCBC5D: hue angle of 51.35º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCBC5D is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 93 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.2 |
| HSL | 51.35º | 0.52% | 0.58% | - |
| HSV(B) | 51.35º | 0.54% | 0.8% | - |
| XYZ | 44.86 | 49.59 | 17.56 | - |
| YUV | 181.95 | 77.8 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 93 | 0 | 0.08 | 0.54 | 0.2 | 51.35 | 0.52 | 0.58 |
| Hex | CC | BC | 5D | 0 | 8 | 36 | 14 | 33 | 34 | 3A |
| Octal | 314 | 274 | 135 | 0 | 10 | 66 | 24 | 63 | 64 | 72 |
| Binary | 11001100 | 10111100 | 1011101 | 0 | 1000 | 110110 | 10100 | 110011 | 110100 | 111010 |
Color Harmonies of #CCBC5D
Complementary color
Monochromatic Colors of #CCBC5D
Black with #CCBC5D
Text Example
Text Example
White with #CCBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC5D; }
p { color: rgb(204,188,93); }
H1.HeaderClassName
{
color: #CCBC5D;
}
.AnyTagClassName
{
color: #CCBC5D;
}
</style>
background-color css
<style>
a { background-color: #CCBC5D; }
a { background-color: rgb(204,188,93); }
div.DivClassName
{
background-color: #CCBC5D;
}
.BgClassName
{
background-color: #CCBC5D;
}
</style>
border-color css
<style>
span { border-color: #CCBC5D; }
span { border-color: rgb(204,188,93); }
td.TdClassName
{
border-color: #CCBC5D;
}
.TagClassName
{
border-color: #CCBC5D;
}
</style>