Shades of Tacha #CCB65C
Tints of Tacha #CCB65C
RGB
CMYK
RGB Variations
Color information
#CCB65C (or 0xCCB65C) is known color: Tacha. HEX triplet: CC, B6 and 5C. RGB value is (204,182,92). Sum of RGB (Red+Green+Blue) = 204+182+92=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB65C is #3349A3. Grayscale: #B2B2B2. Windows color (decimal): -3361188 or 6076108. OLE color: 6076108.
HSL color Cylindrical-coordinate representation of color #CCB65C: hue angle of 48.21º degrees, saturation: 0.52, 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 #CCB65C is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 92 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.2 |
| HSL | 48.21º | 0.52% | 0.58% | - |
| HSV(B) | 48.21º | 0.55% | 0.8% | - |
| XYZ | 43.56 | 47.07 | 16.91 | - |
| YUV | 178.32 | 79.29 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 92 | 0 | 0.11 | 0.55 | 0.2 | 48.21 | 0.52 | 0.58 |
| Hex | CC | B6 | 5C | 0 | B | 37 | 14 | 30 | 34 | 3A |
| Octal | 314 | 266 | 134 | 0 | 13 | 67 | 24 | 60 | 64 | 72 |
| Binary | 11001100 | 10110110 | 1011100 | 0 | 1011 | 110111 | 10100 | 110000 | 110100 | 111010 |
Color Harmonies of #CCB65C
Complementary color
Monochromatic Colors of #CCB65C
Black with #CCB65C
Text Example
Text Example
White with #CCB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB65C; }
p { color: rgb(204,182,92); }
H1.HeaderClassName
{
color: #CCB65C;
}
.AnyTagClassName
{
color: #CCB65C;
}
</style>
background-color css
<style>
a { background-color: #CCB65C; }
a { background-color: rgb(204,182,92); }
div.DivClassName
{
background-color: #CCB65C;
}
.BgClassName
{
background-color: #CCB65C;
}
</style>
border-color css
<style>
span { border-color: #CCB65C; }
span { border-color: rgb(204,182,92); }
td.TdClassName
{
border-color: #CCB65C;
}
.TagClassName
{
border-color: #CCB65C;
}
</style>