Shades of Tacha #CCC06B
Tints of Tacha #CCC06B
RGB
CMYK
RGB Variations
Color information
#CCC06B (or 0xCCC06B) is known color: Tacha. HEX triplet: CC, C0 and 6B. RGB value is (204,192,107). Sum of RGB (Red+Green+Blue) = 204+192+107=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC06B is #333F94. Grayscale: #BABABA. Windows color (decimal): -3358613 or 7061708. OLE color: 7061708.
HSL color Cylindrical-coordinate representation of color #CCC06B: hue angle of 52.58º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCC06B is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 107 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.2 |
| HSL | 52.58º | 0.49% | 0.61% | - |
| HSV(B) | 52.58º | 0.48% | 0.8% | - |
| XYZ | 46.41 | 51.6 | 21.42 | - |
| YUV | 185.9 | 83.48 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 107 | 0 | 0.06 | 0.48 | 0.2 | 52.58 | 0.49 | 0.61 |
| Hex | CC | C0 | 6B | 0 | 6 | 30 | 14 | 35 | 31 | 3D |
| Octal | 314 | 300 | 153 | 0 | 6 | 60 | 24 | 65 | 61 | 75 |
| Binary | 11001100 | 11000000 | 1101011 | 0 | 110 | 110000 | 10100 | 110101 | 110001 | 111101 |
Color Harmonies of #CCC06B
Complementary color
Monochromatic Colors of #CCC06B
Black with #CCC06B
Text Example
Text Example
White with #CCC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC06B; }
p { color: rgb(204,192,107); }
H1.HeaderClassName
{
color: #CCC06B;
}
.AnyTagClassName
{
color: #CCC06B;
}
</style>
background-color css
<style>
a { background-color: #CCC06B; }
a { background-color: rgb(204,192,107); }
div.DivClassName
{
background-color: #CCC06B;
}
.BgClassName
{
background-color: #CCC06B;
}
</style>
border-color css
<style>
span { border-color: #CCC06B; }
span { border-color: rgb(204,192,107); }
td.TdClassName
{
border-color: #CCC06B;
}
.TagClassName
{
border-color: #CCC06B;
}
</style>