Shades of Tacha #CCB362
Tints of Tacha #CCB362
RGB
CMYK
RGB Variations
Color information
#CCB362 (or 0xCCB362) is known color: Tacha. HEX triplet: CC, B3 and 62. RGB value is (204,179,98). Sum of RGB (Red+Green+Blue) = 204+179+98=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB362 is #334C9D. Grayscale: #B1B1B1. Windows color (decimal): -3361950 or 6468556. OLE color: 6468556.
HSL color Cylindrical-coordinate representation of color #CCB362: hue angle of 45.85º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCB362 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 98 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.2 |
| HSL | 45.85º | 0.51% | 0.59% | - |
| HSV(B) | 45.85º | 0.52% | 0.8% | - |
| XYZ | 43.23 | 45.96 | 18.15 | - |
| YUV | 177.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 98 | 0 | 0.12 | 0.52 | 0.2 | 45.85 | 0.51 | 0.59 |
| Hex | CC | B3 | 62 | 0 | C | 34 | 14 | 2E | 33 | 3B |
| Octal | 314 | 263 | 142 | 0 | 14 | 64 | 24 | 56 | 63 | 73 |
| Binary | 11001100 | 10110011 | 1100010 | 0 | 1100 | 110100 | 10100 | 101110 | 110011 | 111011 |
Color Harmonies of #CCB362
Complementary color
Monochromatic Colors of #CCB362
Black with #CCB362
Text Example
Text Example
White with #CCB362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB362; }
p { color: rgb(204,179,98); }
H1.HeaderClassName
{
color: #CCB362;
}
.AnyTagClassName
{
color: #CCB362;
}
</style>
background-color css
<style>
a { background-color: #CCB362; }
a { background-color: rgb(204,179,98); }
div.DivClassName
{
background-color: #CCB362;
}
.BgClassName
{
background-color: #CCB362;
}
</style>
border-color css
<style>
span { border-color: #CCB362; }
span { border-color: rgb(204,179,98); }
td.TdClassName
{
border-color: #CCB362;
}
.TagClassName
{
border-color: #CCB362;
}
</style>