Shades of Tacha #CCBC6A
Tints of Tacha #CCBC6A
RGB
CMYK
RGB Variations
Color information
#CCBC6A (or 0xCCBC6A) is known color: Tacha. HEX triplet: CC, BC and 6A. RGB value is (204,188,106). Sum of RGB (Red+Green+Blue) = 204+188+106=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC6A is #334395. Grayscale: #B7B7B7. Windows color (decimal): -3359638 or 6995148. OLE color: 6995148.
HSL color Cylindrical-coordinate representation of color #CCBC6A: hue angle of 50.2º 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 #CCBC6A is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 106 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.2 |
| HSL | 50.2º | 0.49% | 0.61% | - |
| HSV(B) | 50.2º | 0.48% | 0.8% | - |
| XYZ | 45.49 | 49.84 | 20.86 | - |
| YUV | 183.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 106 | 0 | 0.08 | 0.48 | 0.2 | 50.2 | 0.49 | 0.61 |
| Hex | CC | BC | 6A | 0 | 8 | 30 | 14 | 32 | 31 | 3D |
| Octal | 314 | 274 | 152 | 0 | 10 | 60 | 24 | 62 | 61 | 75 |
| Binary | 11001100 | 10111100 | 1101010 | 0 | 1000 | 110000 | 10100 | 110010 | 110001 | 111101 |
Color Harmonies of #CCBC6A
Complementary color
Monochromatic Colors of #CCBC6A
Black with #CCBC6A
Text Example
Text Example
White with #CCBC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC6A; }
p { color: rgb(204,188,106); }
H1.HeaderClassName
{
color: #CCBC6A;
}
.AnyTagClassName
{
color: #CCBC6A;
}
</style>
background-color css
<style>
a { background-color: #CCBC6A; }
a { background-color: rgb(204,188,106); }
div.DivClassName
{
background-color: #CCBC6A;
}
.BgClassName
{
background-color: #CCBC6A;
}
</style>
border-color css
<style>
span { border-color: #CCBC6A; }
span { border-color: rgb(204,188,106); }
td.TdClassName
{
border-color: #CCBC6A;
}
.TagClassName
{
border-color: #CCBC6A;
}
</style>