Shades of Tacha #CCB853
Tints of Tacha #CCB853
RGB
CMYK
RGB Variations
Color information
#CCB853 (or 0xCCB853) is known color: Tacha. HEX triplet: CC, B8 and 53. RGB value is (204,184,83). Sum of RGB (Red+Green+Blue) = 204+184+83=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB853 is #3347AC. Grayscale: #B2B2B2. Windows color (decimal): -3360685 or 5486796. OLE color: 5486796.
HSL color Cylindrical-coordinate representation of color #CCB853: hue angle of 50.08º 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 #CCB853 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 83 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.2 |
| HSL | 50.08º | 0.54% | 0.56% | - |
| HSV(B) | 50.08º | 0.59% | 0.8% | - |
| XYZ | 43.6 | 47.74 | 15.1 | - |
| YUV | 178.47 | 74.13 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 83 | 0 | 0.10 | 0.59 | 0.2 | 50.08 | 0.54 | 0.56 |
| Hex | CC | B8 | 53 | 0 | A | 3B | 14 | 32 | 36 | 38 |
| Octal | 314 | 270 | 123 | 0 | 12 | 73 | 24 | 62 | 66 | 70 |
| Binary | 11001100 | 10111000 | 1010011 | 0 | 1010 | 111011 | 10100 | 110010 | 110110 | 111000 |
Color Harmonies of #CCB853
Complementary color
Monochromatic Colors of #CCB853
Black with #CCB853
Text Example
Text Example
White with #CCB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB853; }
p { color: rgb(204,184,83); }
H1.HeaderClassName
{
color: #CCB853;
}
.AnyTagClassName
{
color: #CCB853;
}
</style>
background-color css
<style>
a { background-color: #CCB853; }
a { background-color: rgb(204,184,83); }
div.DivClassName
{
background-color: #CCB853;
}
.BgClassName
{
background-color: #CCB853;
}
</style>
border-color css
<style>
span { border-color: #CCB853; }
span { border-color: rgb(204,184,83); }
td.TdClassName
{
border-color: #CCB853;
}
.TagClassName
{
border-color: #CCB853;
}
</style>