Shades of Tacha #CCC368
Tints of Tacha #CCC368
RGB
CMYK
RGB Variations
Color information
#CCC368 (or 0xCCC368) is known color: Tacha. HEX triplet: CC, C3 and 68. RGB value is (204,195,104). Sum of RGB (Red+Green+Blue) = 204+195+104=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC368 is #333C97. Grayscale: #BBBBBB. Windows color (decimal): -3357848 or 6865868. OLE color: 6865868.
HSL color Cylindrical-coordinate representation of color #CCC368: hue angle of 54.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCC368 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 104 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.2 |
| HSL | 54.6º | 0.5% | 0.6% | - |
| HSV(B) | 54.6º | 0.49% | 0.8% | - |
| XYZ | 46.92 | 52.87 | 20.83 | - |
| YUV | 187.32 | 80.98 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 104 | 0 | 0.04 | 0.49 | 0.2 | 54.6 | 0.5 | 0.6 |
| Hex | CC | C3 | 68 | 0 | 4 | 31 | 14 | 37 | 32 | 3C |
| Octal | 314 | 303 | 150 | 0 | 4 | 61 | 24 | 67 | 62 | 74 |
| Binary | 11001100 | 11000011 | 1101000 | 0 | 100 | 110001 | 10100 | 110111 | 110010 | 111100 |
Color Harmonies of #CCC368
Complementary color
Monochromatic Colors of #CCC368
Black with #CCC368
Text Example
Text Example
White with #CCC368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC368; }
p { color: rgb(204,195,104); }
H1.HeaderClassName
{
color: #CCC368;
}
.AnyTagClassName
{
color: #CCC368;
}
</style>
background-color css
<style>
a { background-color: #CCC368; }
a { background-color: rgb(204,195,104); }
div.DivClassName
{
background-color: #CCC368;
}
.BgClassName
{
background-color: #CCC368;
}
</style>
border-color css
<style>
span { border-color: #CCC368; }
span { border-color: rgb(204,195,104); }
td.TdClassName
{
border-color: #CCC368;
}
.TagClassName
{
border-color: #CCC368;
}
</style>