Shades of Tacha #CCC65C
Tints of Tacha #CCC65C
RGB
CMYK
RGB Variations
Color information
#CCC65C (or 0xCCC65C) is known color: Tacha. HEX triplet: CC, C6 and 5C. RGB value is (204,198,92). Sum of RGB (Red+Green+Blue) = 204+198+92=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC65C is #3339A3. Grayscale: #BCBCBC. Windows color (decimal): -3357092 or 6080204. OLE color: 6080204.
HSL color Cylindrical-coordinate representation of color #CCC65C: hue angle of 56.79º degrees, saturation: 0.52, 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 #CCC65C is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 92 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.2 |
| HSL | 56.79º | 0.52% | 0.58% | - |
| HSV(B) | 56.79º | 0.55% | 0.8% | - |
| XYZ | 47.03 | 54 | 18.07 | - |
| YUV | 187.71 | 73.99 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 92 | 0 | 0.03 | 0.55 | 0.2 | 56.79 | 0.52 | 0.58 |
| Hex | CC | C6 | 5C | 0 | 3 | 37 | 14 | 39 | 34 | 3A |
| Octal | 314 | 306 | 134 | 0 | 3 | 67 | 24 | 71 | 64 | 72 |
| Binary | 11001100 | 11000110 | 1011100 | 0 | 11 | 110111 | 10100 | 111001 | 110100 | 111010 |
Color Harmonies of #CCC65C
Complementary color
Monochromatic Colors of #CCC65C
Black with #CCC65C
Text Example
Text Example
White with #CCC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC65C; }
p { color: rgb(204,198,92); }
H1.HeaderClassName
{
color: #CCC65C;
}
.AnyTagClassName
{
color: #CCC65C;
}
</style>
background-color css
<style>
a { background-color: #CCC65C; }
a { background-color: rgb(204,198,92); }
div.DivClassName
{
background-color: #CCC65C;
}
.BgClassName
{
background-color: #CCC65C;
}
</style>
border-color css
<style>
span { border-color: #CCC65C; }
span { border-color: rgb(204,198,92); }
td.TdClassName
{
border-color: #CCC65C;
}
.TagClassName
{
border-color: #CCC65C;
}
</style>