Shades of Tacha #CCB65B
Tints of Tacha #CCB65B
RGB
CMYK
RGB Variations
Color information
#CCB65B (or 0xCCB65B) is known color: Tacha. HEX triplet: CC, B6 and 5B. RGB value is (204,182,91). Sum of RGB (Red+Green+Blue) = 204+182+91=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB65B is #3349A4. Grayscale: #B2B2B2. Windows color (decimal): -3361189 or 6010572. OLE color: 6010572.
HSL color Cylindrical-coordinate representation of color #CCB65B: hue angle of 48.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCB65B is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 91 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.2 |
| HSL | 48.32º | 0.53% | 0.58% | - |
| HSV(B) | 48.32º | 0.55% | 0.8% | - |
| XYZ | 43.52 | 47.05 | 16.69 | - |
| YUV | 178.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 91 | 0 | 0.11 | 0.55 | 0.2 | 48.32 | 0.53 | 0.58 |
| Hex | CC | B6 | 5B | 0 | B | 37 | 14 | 30 | 35 | 3A |
| Octal | 314 | 266 | 133 | 0 | 13 | 67 | 24 | 60 | 65 | 72 |
| Binary | 11001100 | 10110110 | 1011011 | 0 | 1011 | 110111 | 10100 | 110000 | 110101 | 111010 |
Color Harmonies of #CCB65B
Complementary color
Monochromatic Colors of #CCB65B
Black with #CCB65B
Text Example
Text Example
White with #CCB65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB65B; }
p { color: rgb(204,182,91); }
H1.HeaderClassName
{
color: #CCB65B;
}
.AnyTagClassName
{
color: #CCB65B;
}
</style>
background-color css
<style>
a { background-color: #CCB65B; }
a { background-color: rgb(204,182,91); }
div.DivClassName
{
background-color: #CCB65B;
}
.BgClassName
{
background-color: #CCB65B;
}
</style>
border-color css
<style>
span { border-color: #CCB65B; }
span { border-color: rgb(204,182,91); }
td.TdClassName
{
border-color: #CCB65B;
}
.TagClassName
{
border-color: #CCB65B;
}
</style>