Shades of Tacha #CCB25D
Tints of Tacha #CCB25D
RGB
CMYK
RGB Variations
Color information
#CCB25D (or 0xCCB25D) is known color: Tacha. HEX triplet: CC, B2 and 5D. RGB value is (204,178,93). Sum of RGB (Red+Green+Blue) = 204+178+93=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB25D is #334DA2. Grayscale: #B0B0B0. Windows color (decimal): -3362211 or 6140620. OLE color: 6140620.
HSL color Cylindrical-coordinate representation of color #CCB25D: hue angle of 45.95º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCB25D is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 93 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.2 |
| HSL | 45.95º | 0.52% | 0.58% | - |
| HSV(B) | 45.95º | 0.54% | 0.8% | - |
| XYZ | 42.8 | 45.47 | 16.88 | - |
| YUV | 176.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 93 | 0 | 0.13 | 0.54 | 0.2 | 45.95 | 0.52 | 0.58 |
| Hex | CC | B2 | 5D | 0 | D | 36 | 14 | 2E | 34 | 3A |
| Octal | 314 | 262 | 135 | 0 | 15 | 66 | 24 | 56 | 64 | 72 |
| Binary | 11001100 | 10110010 | 1011101 | 0 | 1101 | 110110 | 10100 | 101110 | 110100 | 111010 |
Color Harmonies of #CCB25D
Complementary color
Monochromatic Colors of #CCB25D
Black with #CCB25D
Text Example
Text Example
White with #CCB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB25D; }
p { color: rgb(204,178,93); }
H1.HeaderClassName
{
color: #CCB25D;
}
.AnyTagClassName
{
color: #CCB25D;
}
</style>
background-color css
<style>
a { background-color: #CCB25D; }
a { background-color: rgb(204,178,93); }
div.DivClassName
{
background-color: #CCB25D;
}
.BgClassName
{
background-color: #CCB25D;
}
</style>
border-color css
<style>
span { border-color: #CCB25D; }
span { border-color: rgb(204,178,93); }
td.TdClassName
{
border-color: #CCB25D;
}
.TagClassName
{
border-color: #CCB25D;
}
</style>