Shades of Tacha #CCB15F
Tints of Tacha #CCB15F
RGB
CMYK
RGB Variations
Color information
#CCB15F (or 0xCCB15F) is known color: Tacha. HEX triplet: CC, B1 and 5F. RGB value is (204,177,95). Sum of RGB (Red+Green+Blue) = 204+177+95=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB15F is #334EA0. Grayscale: #B0B0B0. Windows color (decimal): -3362465 or 6271436. OLE color: 6271436.
HSL color Cylindrical-coordinate representation of color #CCB15F: hue angle of 45.14º 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 #CCB15F is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 95 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.2 |
| HSL | 45.14º | 0.52% | 0.59% | - |
| HSV(B) | 45.14º | 0.53% | 0.8% | - |
| XYZ | 42.69 | 45.11 | 17.28 | - |
| YUV | 175.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 95 | 0 | 0.13 | 0.53 | 0.2 | 45.14 | 0.52 | 0.59 |
| Hex | CC | B1 | 5F | 0 | D | 35 | 14 | 2D | 34 | 3B |
| Octal | 314 | 261 | 137 | 0 | 15 | 65 | 24 | 55 | 64 | 73 |
| Binary | 11001100 | 10110001 | 1011111 | 0 | 1101 | 110101 | 10100 | 101101 | 110100 | 111011 |
Color Harmonies of #CCB15F
Complementary color
Monochromatic Colors of #CCB15F
Black with #CCB15F
Text Example
Text Example
White with #CCB15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB15F; }
p { color: rgb(204,177,95); }
H1.HeaderClassName
{
color: #CCB15F;
}
.AnyTagClassName
{
color: #CCB15F;
}
</style>
background-color css
<style>
a { background-color: #CCB15F; }
a { background-color: rgb(204,177,95); }
div.DivClassName
{
background-color: #CCB15F;
}
.BgClassName
{
background-color: #CCB15F;
}
</style>
border-color css
<style>
span { border-color: #CCB15F; }
span { border-color: rgb(204,177,95); }
td.TdClassName
{
border-color: #CCB15F;
}
.TagClassName
{
border-color: #CCB15F;
}
</style>