Shades of Tacha #CCC367
Tints of Tacha #CCC367
RGB
CMYK
RGB Variations
Color information
#CCC367 (or 0xCCC367) is known color: Tacha. HEX triplet: CC, C3 and 67. RGB value is (204,195,103). Sum of RGB (Red+Green+Blue) = 204+195+103=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 103 (40.62% from 255 or 20.52% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC367 is #333C98. Grayscale: #BBBBBB. Windows color (decimal): -3357849 or 6800332. OLE color: 6800332.
HSL color Cylindrical-coordinate representation of color #CCC367: hue angle of 54.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCC367 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 103 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.2 |
| HSL | 54.65º | 0.5% | 0.6% | - |
| HSV(B) | 54.65º | 0.5% | 0.8% | - |
| XYZ | 46.87 | 52.85 | 20.56 | - |
| YUV | 187.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 103 | 0 | 0.04 | 0.50 | 0.2 | 54.65 | 0.5 | 0.6 |
| Hex | CC | C3 | 67 | 0 | 4 | 32 | 14 | 37 | 32 | 3C |
| Octal | 314 | 303 | 147 | 0 | 4 | 62 | 24 | 67 | 62 | 74 |
| Binary | 11001100 | 11000011 | 1100111 | 0 | 100 | 110010 | 10100 | 110111 | 110010 | 111100 |
Color Harmonies of #CCC367
Complementary color
Monochromatic Colors of #CCC367
Black with #CCC367
Text Example
Text Example
White with #CCC367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC367; }
p { color: rgb(204,195,103); }
H1.HeaderClassName
{
color: #CCC367;
}
.AnyTagClassName
{
color: #CCC367;
}
</style>
background-color css
<style>
a { background-color: #CCC367; }
a { background-color: rgb(204,195,103); }
div.DivClassName
{
background-color: #CCC367;
}
.BgClassName
{
background-color: #CCC367;
}
</style>
border-color css
<style>
span { border-color: #CCC367; }
span { border-color: rgb(204,195,103); }
td.TdClassName
{
border-color: #CCC367;
}
.TagClassName
{
border-color: #CCC367;
}
</style>