Shades of Tacha #CCB766
Tints of Tacha #CCB766
RGB
CMYK
RGB Variations
Color information
#CCB766 (or 0xCCB766) is known color: Tacha. HEX triplet: CC, B7 and 66. RGB value is (204,183,102). Sum of RGB (Red+Green+Blue) = 204+183+102=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB766 is #334899. Grayscale: #B4B4B4. Windows color (decimal): -3360922 or 6731724. OLE color: 6731724.
HSL color Cylindrical-coordinate representation of color #CCB766: hue angle of 47.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 #CCB766 is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 183 | 102 | - |
CMYK | 0 | 0.10 | 0.5 | 0.2 |
HSL | 47.65º | 0.5% | 0.6% | - |
HSV(B) | 47.65º | 0.5% | 0.8% | - |
XYZ | 44.23 | 47.66 | 19.44 | - |
YUV | 180.05 | 83.96 | 145.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 183 | 102 | 0 | 0.10 | 0.5 | 0.2 | 47.65 | 0.5 | 0.6 |
Hex | CC | B7 | 66 | 0 | A | 32 | 14 | 30 | 32 | 3C |
Octal | 314 | 267 | 146 | 0 | 12 | 62 | 24 | 60 | 62 | 74 |
Binary | 11001100 | 10110111 | 1100110 | 0 | 1010 | 110010 | 10100 | 110000 | 110010 | 111100 |
Color Harmonies of #CCB766
Complementary color
Monochromatic Colors of #CCB766
Black with #CCB766
Text Example
Text Example
White with #CCB766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB766; }
p { color: rgb(204,183,102); }
H1.HeaderClassName
{
color: #CCB766;
}
.AnyTagClassName
{
color: #CCB766;
}
</style>
background-color css
<style>
a { background-color: #CCB766; }
a { background-color: rgb(204,183,102); }
div.DivClassName
{
background-color: #CCB766;
}
.BgClassName
{
background-color: #CCB766;
}
</style>
border-color css
<style>
span { border-color: #CCB766; }
span { border-color: rgb(204,183,102); }
td.TdClassName
{
border-color: #CCB766;
}
.TagClassName
{
border-color: #CCB766;
}
</style>