Shades of Tacha #CCC267
Tints of Tacha #CCC267
RGB
CMYK
RGB Variations
Color information
#CCC267 (or 0xCCC267) is known color: Tacha. HEX triplet: CC, C2 and 67. RGB value is (204,194,103). Sum of RGB (Red+Green+Blue) = 204+194+103=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC267 is #333D98. Grayscale: #BABABA. Windows color (decimal): -3358105 or 6800076. OLE color: 6800076.
HSL color Cylindrical-coordinate representation of color #CCC267: hue angle of 54.06º 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 #CCC267 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 103 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.2 |
| HSL | 54.06º | 0.5% | 0.6% | - |
| HSV(B) | 54.06º | 0.5% | 0.8% | - |
| XYZ | 46.64 | 52.4 | 20.49 | - |
| YUV | 186.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 103 | 0 | 0.05 | 0.50 | 0.2 | 54.06 | 0.5 | 0.6 |
| Hex | CC | C2 | 67 | 0 | 5 | 32 | 14 | 36 | 32 | 3C |
| Octal | 314 | 302 | 147 | 0 | 5 | 62 | 24 | 66 | 62 | 74 |
| Binary | 11001100 | 11000010 | 1100111 | 0 | 101 | 110010 | 10100 | 110110 | 110010 | 111100 |
Color Harmonies of #CCC267
Complementary color
Monochromatic Colors of #CCC267
Black with #CCC267
Text Example
Text Example
White with #CCC267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC267; }
p { color: rgb(204,194,103); }
H1.HeaderClassName
{
color: #CCC267;
}
.AnyTagClassName
{
color: #CCC267;
}
</style>
background-color css
<style>
a { background-color: #CCC267; }
a { background-color: rgb(204,194,103); }
div.DivClassName
{
background-color: #CCC267;
}
.BgClassName
{
background-color: #CCC267;
}
</style>
border-color css
<style>
span { border-color: #CCC267; }
span { border-color: rgb(204,194,103); }
td.TdClassName
{
border-color: #CCC267;
}
.TagClassName
{
border-color: #CCC267;
}
</style>