Shades of Tacha #CCB465
Tints of Tacha #CCB465
RGB
CMYK
RGB Variations
Color information
#CCB465 (or 0xCCB465) is known color: Tacha. HEX triplet: CC, B4 and 65. RGB value is (204,180,101). Sum of RGB (Red+Green+Blue) = 204+180+101=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB465 is #334B9A. Grayscale: #B2B2B2. Windows color (decimal): -3361691 or 6665420. OLE color: 6665420.
HSL color Cylindrical-coordinate representation of color #CCB465: hue angle of 46.02º 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 #CCB465 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 101 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.2 |
| HSL | 46.02º | 0.5% | 0.6% | - |
| HSV(B) | 46.02º | 0.5% | 0.8% | - |
| XYZ | 43.57 | 46.42 | 18.98 | - |
| YUV | 178.17 | 84.45 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 101 | 0 | 0.12 | 0.50 | 0.2 | 46.02 | 0.5 | 0.6 |
| Hex | CC | B4 | 65 | 0 | C | 32 | 14 | 2E | 32 | 3C |
| Octal | 314 | 264 | 145 | 0 | 14 | 62 | 24 | 56 | 62 | 74 |
| Binary | 11001100 | 10110100 | 1100101 | 0 | 1100 | 110010 | 10100 | 101110 | 110010 | 111100 |
Color Harmonies of #CCB465
Complementary color
Monochromatic Colors of #CCB465
Black with #CCB465
Text Example
Text Example
White with #CCB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB465; }
p { color: rgb(204,180,101); }
H1.HeaderClassName
{
color: #CCB465;
}
.AnyTagClassName
{
color: #CCB465;
}
</style>
background-color css
<style>
a { background-color: #CCB465; }
a { background-color: rgb(204,180,101); }
div.DivClassName
{
background-color: #CCB465;
}
.BgClassName
{
background-color: #CCB465;
}
</style>
border-color css
<style>
span { border-color: #CCB465; }
span { border-color: rgb(204,180,101); }
td.TdClassName
{
border-color: #CCB465;
}
.TagClassName
{
border-color: #CCB465;
}
</style>