Shades of Tacha #CCB852
Tints of Tacha #CCB852
RGB
CMYK
RGB Variations
Color information
#CCB852 (or 0xCCB852) is known color: Tacha. HEX triplet: CC, B8 and 52. RGB value is (204,184,82). Sum of RGB (Red+Green+Blue) = 204+184+82=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB852 is #3347AD. Grayscale: #B2B2B2. Windows color (decimal): -3360686 or 5421260. OLE color: 5421260.
HSL color Cylindrical-coordinate representation of color #CCB852: hue angle of 50.16º 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 #CCB852 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 82 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.2 |
| HSL | 50.16º | 0.54% | 0.56% | - |
| HSV(B) | 50.16º | 0.6% | 0.8% | - |
| XYZ | 43.57 | 47.73 | 14.9 | - |
| YUV | 178.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 82 | 0 | 0.10 | 0.60 | 0.2 | 50.16 | 0.54 | 0.56 |
| Hex | CC | B8 | 52 | 0 | A | 3C | 14 | 32 | 36 | 38 |
| Octal | 314 | 270 | 122 | 0 | 12 | 74 | 24 | 62 | 66 | 70 |
| Binary | 11001100 | 10111000 | 1010010 | 0 | 1010 | 111100 | 10100 | 110010 | 110110 | 111000 |
Color Harmonies of #CCB852
Complementary color
Monochromatic Colors of #CCB852
Black with #CCB852
Text Example
Text Example
White with #CCB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB852; }
p { color: rgb(204,184,82); }
H1.HeaderClassName
{
color: #CCB852;
}
.AnyTagClassName
{
color: #CCB852;
}
</style>
background-color css
<style>
a { background-color: #CCB852; }
a { background-color: rgb(204,184,82); }
div.DivClassName
{
background-color: #CCB852;
}
.BgClassName
{
background-color: #CCB852;
}
</style>
border-color css
<style>
span { border-color: #CCB852; }
span { border-color: rgb(204,184,82); }
td.TdClassName
{
border-color: #CCB852;
}
.TagClassName
{
border-color: #CCB852;
}
</style>