Shades of Tacha #CCB25F
Tints of Tacha #CCB25F
RGB
CMYK
RGB Variations
Color information
#CCB25F (or 0xCCB25F) is known color: Tacha. HEX triplet: CC, B2 and 5F. RGB value is (204,178,95). Sum of RGB (Red+Green+Blue) = 204+178+95=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB25F is #334DA0. Grayscale: #B0B0B0. Windows color (decimal): -3362209 or 6271692. OLE color: 6271692.
HSL color Cylindrical-coordinate representation of color #CCB25F: hue angle of 45.69º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCB25F is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 95 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.2 |
| HSL | 45.69º | 0.52% | 0.59% | - |
| HSV(B) | 45.69º | 0.53% | 0.8% | - |
| XYZ | 42.89 | 45.5 | 17.35 | - |
| YUV | 176.31 | 82.11 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 95 | 0 | 0.13 | 0.53 | 0.2 | 45.69 | 0.52 | 0.59 |
| Hex | CC | B2 | 5F | 0 | D | 35 | 14 | 2E | 34 | 3B |
| Octal | 314 | 262 | 137 | 0 | 15 | 65 | 24 | 56 | 64 | 73 |
| Binary | 11001100 | 10110010 | 1011111 | 0 | 1101 | 110101 | 10100 | 101110 | 110100 | 111011 |
Color Harmonies of #CCB25F
Complementary color
Monochromatic Colors of #CCB25F
Black with #CCB25F
Text Example
Text Example
White with #CCB25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB25F; }
p { color: rgb(204,178,95); }
H1.HeaderClassName
{
color: #CCB25F;
}
.AnyTagClassName
{
color: #CCB25F;
}
</style>
background-color css
<style>
a { background-color: #CCB25F; }
a { background-color: rgb(204,178,95); }
div.DivClassName
{
background-color: #CCB25F;
}
.BgClassName
{
background-color: #CCB25F;
}
</style>
border-color css
<style>
span { border-color: #CCB25F; }
span { border-color: rgb(204,178,95); }
td.TdClassName
{
border-color: #CCB25F;
}
.TagClassName
{
border-color: #CCB25F;
}
</style>