Shades of Tacha #CCC65D
Tints of Tacha #CCC65D
RGB
CMYK
RGB Variations
Color information
#CCC65D (or 0xCCC65D) is known color: Tacha. HEX triplet: CC, C6 and 5D. RGB value is (204,198,93). Sum of RGB (Red+Green+Blue) = 204+198+93=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC65D is #3339A2. Grayscale: #BCBCBC. Windows color (decimal): -3357091 or 6145740. OLE color: 6145740.
HSL color Cylindrical-coordinate representation of color #CCC65D: hue angle of 56.76º 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 #CCC65D is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 93 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.2 |
| HSL | 56.76º | 0.52% | 0.58% | - |
| HSV(B) | 56.76º | 0.54% | 0.8% | - |
| XYZ | 47.07 | 54.02 | 18.3 | - |
| YUV | 187.82 | 74.49 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 93 | 0 | 0.03 | 0.54 | 0.2 | 56.76 | 0.52 | 0.58 |
| Hex | CC | C6 | 5D | 0 | 3 | 36 | 14 | 39 | 34 | 3A |
| Octal | 314 | 306 | 135 | 0 | 3 | 66 | 24 | 71 | 64 | 72 |
| Binary | 11001100 | 11000110 | 1011101 | 0 | 11 | 110110 | 10100 | 111001 | 110100 | 111010 |
Color Harmonies of #CCC65D
Complementary color
Monochromatic Colors of #CCC65D
Black with #CCC65D
Text Example
Text Example
White with #CCC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC65D; }
p { color: rgb(204,198,93); }
H1.HeaderClassName
{
color: #CCC65D;
}
.AnyTagClassName
{
color: #CCC65D;
}
</style>
background-color css
<style>
a { background-color: #CCC65D; }
a { background-color: rgb(204,198,93); }
div.DivClassName
{
background-color: #CCC65D;
}
.BgClassName
{
background-color: #CCC65D;
}
</style>
border-color css
<style>
span { border-color: #CCC65D; }
span { border-color: rgb(204,198,93); }
td.TdClassName
{
border-color: #CCC65D;
}
.TagClassName
{
border-color: #CCC65D;
}
</style>