Shades of Tacha #CCB454
Tints of Tacha #CCB454
RGB
CMYK
RGB Variations
Color information
#CCB454 (or 0xCCB454) is known color: Tacha. HEX triplet: CC, B4 and 54. RGB value is (204,180,84). Sum of RGB (Red+Green+Blue) = 204+180+84=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB454 is #334BAB. Grayscale: #B0B0B0. Windows color (decimal): -3361708 or 5551308. OLE color: 5551308.
HSL color Cylindrical-coordinate representation of color #CCB454: hue angle of 48º 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 #CCB454 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 84 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.2 |
| HSL | 48º | 0.54% | 0.56% | - |
| HSV(B) | 48º | 0.59% | 0.8% | - |
| XYZ | 42.82 | 46.12 | 15.03 | - |
| YUV | 176.23 | 75.95 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 84 | 0 | 0.12 | 0.59 | 0.2 | 48 | 0.54 | 0.56 |
| Hex | CC | B4 | 54 | 0 | C | 3B | 14 | 30 | 36 | 38 |
| Octal | 314 | 264 | 124 | 0 | 14 | 73 | 24 | 60 | 66 | 70 |
| Binary | 11001100 | 10110100 | 1010100 | 0 | 1100 | 111011 | 10100 | 110000 | 110110 | 111000 |
Color Harmonies of #CCB454
Complementary color
Monochromatic Colors of #CCB454
Black with #CCB454
Text Example
Text Example
White with #CCB454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB454; }
p { color: rgb(204,180,84); }
H1.HeaderClassName
{
color: #CCB454;
}
.AnyTagClassName
{
color: #CCB454;
}
</style>
background-color css
<style>
a { background-color: #CCB454; }
a { background-color: rgb(204,180,84); }
div.DivClassName
{
background-color: #CCB454;
}
.BgClassName
{
background-color: #CCB454;
}
</style>
border-color css
<style>
span { border-color: #CCB454; }
span { border-color: rgb(204,180,84); }
td.TdClassName
{
border-color: #CCB454;
}
.TagClassName
{
border-color: #CCB454;
}
</style>