Shades of Tacha #CCB753
Tints of Tacha #CCB753
RGB
CMYK
RGB Variations
Color information
#CCB753 (or 0xCCB753) is known color: Tacha. HEX triplet: CC, B7 and 53. RGB value is (204,183,83). Sum of RGB (Red+Green+Blue) = 204+183+83=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 83 (32.81% from 255 or 17.66% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB753 is #3348AC. Grayscale: #B2B2B2. Windows color (decimal): -3360941 or 5486540. OLE color: 5486540.
HSL color Cylindrical-coordinate representation of color #CCB753: hue angle of 49.59º 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 #CCB753 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 83 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.2 |
| HSL | 49.59º | 0.54% | 0.56% | - |
| HSV(B) | 49.59º | 0.59% | 0.8% | - |
| XYZ | 43.4 | 47.33 | 15.03 | - |
| YUV | 177.88 | 74.46 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 83 | 0 | 0.10 | 0.59 | 0.2 | 49.59 | 0.54 | 0.56 |
| Hex | CC | B7 | 53 | 0 | A | 3B | 14 | 32 | 36 | 38 |
| Octal | 314 | 267 | 123 | 0 | 12 | 73 | 24 | 62 | 66 | 70 |
| Binary | 11001100 | 10110111 | 1010011 | 0 | 1010 | 111011 | 10100 | 110010 | 110110 | 111000 |
Color Harmonies of #CCB753
Complementary color
Monochromatic Colors of #CCB753
Black with #CCB753
Text Example
Text Example
White with #CCB753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB753; }
p { color: rgb(204,183,83); }
H1.HeaderClassName
{
color: #CCB753;
}
.AnyTagClassName
{
color: #CCB753;
}
</style>
background-color css
<style>
a { background-color: #CCB753; }
a { background-color: rgb(204,183,83); }
div.DivClassName
{
background-color: #CCB753;
}
.BgClassName
{
background-color: #CCB753;
}
</style>
border-color css
<style>
span { border-color: #CCB753; }
span { border-color: rgb(204,183,83); }
td.TdClassName
{
border-color: #CCB753;
}
.TagClassName
{
border-color: #CCB753;
}
</style>