Shades of Tacha #CCB162
Tints of Tacha #CCB162
RGB
CMYK
RGB Variations
Color information
#CCB162 (or 0xCCB162) is known color: Tacha. HEX triplet: CC, B1 and 62. RGB value is (204,177,98). Sum of RGB (Red+Green+Blue) = 204+177+98=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB162 is #334E9D. Grayscale: #B0B0B0. Windows color (decimal): -3362462 or 6468044. OLE color: 6468044.
HSL color Cylindrical-coordinate representation of color #CCB162: hue angle of 44.72º 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 #CCB162 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 98 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.2 |
| HSL | 44.72º | 0.51% | 0.59% | - |
| HSV(B) | 44.72º | 0.52% | 0.8% | - |
| XYZ | 42.83 | 45.16 | 18.02 | - |
| YUV | 176.07 | 83.95 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 98 | 0 | 0.13 | 0.52 | 0.2 | 44.72 | 0.51 | 0.59 |
| Hex | CC | B1 | 62 | 0 | D | 34 | 14 | 2D | 33 | 3B |
| Octal | 314 | 261 | 142 | 0 | 15 | 64 | 24 | 55 | 63 | 73 |
| Binary | 11001100 | 10110001 | 1100010 | 0 | 1101 | 110100 | 10100 | 101101 | 110011 | 111011 |
Color Harmonies of #CCB162
Complementary color
Monochromatic Colors of #CCB162
Black with #CCB162
Text Example
Text Example
White with #CCB162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB162; }
p { color: rgb(204,177,98); }
H1.HeaderClassName
{
color: #CCB162;
}
.AnyTagClassName
{
color: #CCB162;
}
</style>
background-color css
<style>
a { background-color: #CCB162; }
a { background-color: rgb(204,177,98); }
div.DivClassName
{
background-color: #CCB162;
}
.BgClassName
{
background-color: #CCB162;
}
</style>
border-color css
<style>
span { border-color: #CCB162; }
span { border-color: rgb(204,177,98); }
td.TdClassName
{
border-color: #CCB162;
}
.TagClassName
{
border-color: #CCB162;
}
</style>