Shades of Tacha #CCB754
Tints of Tacha #CCB754
RGB
CMYK
RGB Variations
Color information
#CCB754 (or 0xCCB754) is known color: Tacha. HEX triplet: CC, B7 and 54. RGB value is (204,183,84). Sum of RGB (Red+Green+Blue) = 204+183+84=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB754 is #3348AB. Grayscale: #B2B2B2. Windows color (decimal): -3360940 or 5552076. OLE color: 5552076.
HSL color Cylindrical-coordinate representation of color #CCB754: hue angle of 49.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCB754 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 84 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.2 |
| HSL | 49.5º | 0.54% | 0.56% | - |
| HSV(B) | 49.5º | 0.59% | 0.8% | - |
| XYZ | 43.44 | 47.34 | 15.24 | - |
| YUV | 177.99 | 74.96 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 84 | 0 | 0.10 | 0.59 | 0.2 | 49.5 | 0.54 | 0.56 |
| Hex | CC | B7 | 54 | 0 | A | 3B | 14 | 32 | 36 | 38 |
| Octal | 314 | 267 | 124 | 0 | 12 | 73 | 24 | 62 | 66 | 70 |
| Binary | 11001100 | 10110111 | 1010100 | 0 | 1010 | 111011 | 10100 | 110010 | 110110 | 111000 |
Color Harmonies of #CCB754
Complementary color
Monochromatic Colors of #CCB754
Black with #CCB754
Text Example
Text Example
White with #CCB754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB754; }
p { color: rgb(204,183,84); }
H1.HeaderClassName
{
color: #CCB754;
}
.AnyTagClassName
{
color: #CCB754;
}
</style>
background-color css
<style>
a { background-color: #CCB754; }
a { background-color: rgb(204,183,84); }
div.DivClassName
{
background-color: #CCB754;
}
.BgClassName
{
background-color: #CCB754;
}
</style>
border-color css
<style>
span { border-color: #CCB754; }
span { border-color: rgb(204,183,84); }
td.TdClassName
{
border-color: #CCB754;
}
.TagClassName
{
border-color: #CCB754;
}
</style>