Shades of Tacha #CCB757
Tints of Tacha #CCB757
RGB
CMYK
RGB Variations
Color information
#CCB757 (or 0xCCB757) is known color: Tacha. HEX triplet: CC, B7 and 57. RGB value is (204,183,87). Sum of RGB (Red+Green+Blue) = 204+183+87=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB757 is #3348A8. Grayscale: #B2B2B2. Windows color (decimal): -3360937 or 5748684. OLE color: 5748684.
HSL color Cylindrical-coordinate representation of color #CCB757: hue angle of 49.23º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCB757 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 87 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.2 |
| HSL | 49.23º | 0.53% | 0.57% | - |
| HSV(B) | 49.23º | 0.57% | 0.8% | - |
| XYZ | 43.56 | 47.39 | 15.87 | - |
| YUV | 178.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 87 | 0 | 0.10 | 0.57 | 0.2 | 49.23 | 0.53 | 0.57 |
| Hex | CC | B7 | 57 | 0 | A | 39 | 14 | 31 | 35 | 39 |
| Octal | 314 | 267 | 127 | 0 | 12 | 71 | 24 | 61 | 65 | 71 |
| Binary | 11001100 | 10110111 | 1010111 | 0 | 1010 | 111001 | 10100 | 110001 | 110101 | 111001 |
Color Harmonies of #CCB757
Complementary color
Monochromatic Colors of #CCB757
Black with #CCB757
Text Example
Text Example
White with #CCB757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB757; }
p { color: rgb(204,183,87); }
H1.HeaderClassName
{
color: #CCB757;
}
.AnyTagClassName
{
color: #CCB757;
}
</style>
background-color css
<style>
a { background-color: #CCB757; }
a { background-color: rgb(204,183,87); }
div.DivClassName
{
background-color: #CCB757;
}
.BgClassName
{
background-color: #CCB757;
}
</style>
border-color css
<style>
span { border-color: #CCB757; }
span { border-color: rgb(204,183,87); }
td.TdClassName
{
border-color: #CCB757;
}
.TagClassName
{
border-color: #CCB757;
}
</style>