Shades of Tacha #CCC65F
Tints of Tacha #CCC65F
RGB
CMYK
RGB Variations
Color information
#CCC65F (or 0xCCC65F) is known color: Tacha. HEX triplet: CC, C6 and 5F. RGB value is (204,198,95). Sum of RGB (Red+Green+Blue) = 204+198+95=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC65F is #3339A0. Grayscale: #BCBCBC. Windows color (decimal): -3357089 or 6276812. OLE color: 6276812.
HSL color Cylindrical-coordinate representation of color #CCC65F: hue angle of 56.7º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCC65F is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 95 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.2 |
| HSL | 56.7º | 0.52% | 0.59% | - |
| HSV(B) | 56.7º | 0.53% | 0.8% | - |
| XYZ | 47.16 | 54.05 | 18.77 | - |
| YUV | 188.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 95 | 0 | 0.03 | 0.53 | 0.2 | 56.7 | 0.52 | 0.59 |
| Hex | CC | C6 | 5F | 0 | 3 | 35 | 14 | 39 | 34 | 3B |
| Octal | 314 | 306 | 137 | 0 | 3 | 65 | 24 | 71 | 64 | 73 |
| Binary | 11001100 | 11000110 | 1011111 | 0 | 11 | 110101 | 10100 | 111001 | 110100 | 111011 |
Color Harmonies of #CCC65F
Complementary color
Monochromatic Colors of #CCC65F
Black with #CCC65F
Text Example
Text Example
White with #CCC65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC65F; }
p { color: rgb(204,198,95); }
H1.HeaderClassName
{
color: #CCC65F;
}
.AnyTagClassName
{
color: #CCC65F;
}
</style>
background-color css
<style>
a { background-color: #CCC65F; }
a { background-color: rgb(204,198,95); }
div.DivClassName
{
background-color: #CCC65F;
}
.BgClassName
{
background-color: #CCC65F;
}
</style>
border-color css
<style>
span { border-color: #CCC65F; }
span { border-color: rgb(204,198,95); }
td.TdClassName
{
border-color: #CCC65F;
}
.TagClassName
{
border-color: #CCC65F;
}
</style>