Shades of Tacha #CCB752
Tints of Tacha #CCB752
RGB
CMYK
RGB Variations
Color information
#CCB752 (or 0xCCB752) is known color: Tacha. HEX triplet: CC, B7 and 52. RGB value is (204,183,82). Sum of RGB (Red+Green+Blue) = 204+183+82=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB752 is #3348AD. Grayscale: #B2B2B2. Windows color (decimal): -3360942 or 5421004. OLE color: 5421004.
HSL color Cylindrical-coordinate representation of color #CCB752: hue angle of 49.67º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCB752 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 82 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.2 |
| HSL | 49.67º | 0.54% | 0.56% | - |
| HSV(B) | 49.67º | 0.6% | 0.8% | - |
| XYZ | 43.36 | 47.31 | 14.83 | - |
| YUV | 177.77 | 73.96 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 82 | 0 | 0.10 | 0.60 | 0.2 | 49.67 | 0.54 | 0.56 |
| Hex | CC | B7 | 52 | 0 | A | 3C | 14 | 32 | 36 | 38 |
| Octal | 314 | 267 | 122 | 0 | 12 | 74 | 24 | 62 | 66 | 70 |
| Binary | 11001100 | 10110111 | 1010010 | 0 | 1010 | 111100 | 10100 | 110010 | 110110 | 111000 |
Color Harmonies of #CCB752
Complementary color
Monochromatic Colors of #CCB752
Black with #CCB752
Text Example
Text Example
White with #CCB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB752; }
p { color: rgb(204,183,82); }
H1.HeaderClassName
{
color: #CCB752;
}
.AnyTagClassName
{
color: #CCB752;
}
</style>
background-color css
<style>
a { background-color: #CCB752; }
a { background-color: rgb(204,183,82); }
div.DivClassName
{
background-color: #CCB752;
}
.BgClassName
{
background-color: #CCB752;
}
</style>
border-color css
<style>
span { border-color: #CCB752; }
span { border-color: rgb(204,183,82); }
td.TdClassName
{
border-color: #CCB752;
}
.TagClassName
{
border-color: #CCB752;
}
</style>