Shades of Tacha #CCB462
Tints of Tacha #CCB462
RGB
CMYK
RGB Variations
Color information
#CCB462 (or 0xCCB462) is known color: Tacha. HEX triplet: CC, B4 and 62. RGB value is (204,180,98). Sum of RGB (Red+Green+Blue) = 204+180+98=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB462 is #334B9D. Grayscale: #B2B2B2. Windows color (decimal): -3361694 or 6468812. OLE color: 6468812.
HSL color Cylindrical-coordinate representation of color #CCB462: hue angle of 46.42º 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 #CCB462 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 98 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.2 |
| HSL | 46.42º | 0.51% | 0.59% | - |
| HSV(B) | 46.42º | 0.52% | 0.8% | - |
| XYZ | 43.43 | 46.36 | 18.22 | - |
| YUV | 177.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 98 | 0 | 0.12 | 0.52 | 0.2 | 46.42 | 0.51 | 0.59 |
| Hex | CC | B4 | 62 | 0 | C | 34 | 14 | 2E | 33 | 3B |
| Octal | 314 | 264 | 142 | 0 | 14 | 64 | 24 | 56 | 63 | 73 |
| Binary | 11001100 | 10110100 | 1100010 | 0 | 1100 | 110100 | 10100 | 101110 | 110011 | 111011 |
Color Harmonies of #CCB462
Complementary color
Monochromatic Colors of #CCB462
Black with #CCB462
Text Example
Text Example
White with #CCB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB462; }
p { color: rgb(204,180,98); }
H1.HeaderClassName
{
color: #CCB462;
}
.AnyTagClassName
{
color: #CCB462;
}
</style>
background-color css
<style>
a { background-color: #CCB462; }
a { background-color: rgb(204,180,98); }
div.DivClassName
{
background-color: #CCB462;
}
.BgClassName
{
background-color: #CCB462;
}
</style>
border-color css
<style>
span { border-color: #CCB462; }
span { border-color: rgb(204,180,98); }
td.TdClassName
{
border-color: #CCB462;
}
.TagClassName
{
border-color: #CCB462;
}
</style>