Shades of Tacha #CCB75C
Tints of Tacha #CCB75C
RGB
CMYK
RGB Variations
Color information
#CCB75C (or 0xCCB75C) is known color: Tacha. HEX triplet: CC, B7 and 5C. RGB value is (204,183,92). Sum of RGB (Red+Green+Blue) = 204+183+92=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB75C is #3348A3. Grayscale: #B3B3B3. Windows color (decimal): -3360932 or 6076364. OLE color: 6076364.
HSL color Cylindrical-coordinate representation of color #CCB75C: hue angle of 48.75º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCB75C is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 92 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.2 |
| HSL | 48.75º | 0.52% | 0.58% | - |
| HSV(B) | 48.75º | 0.55% | 0.8% | - |
| XYZ | 43.77 | 47.48 | 16.98 | - |
| YUV | 178.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 92 | 0 | 0.10 | 0.55 | 0.2 | 48.75 | 0.52 | 0.58 |
| Hex | CC | B7 | 5C | 0 | A | 37 | 14 | 31 | 34 | 3A |
| Octal | 314 | 267 | 134 | 0 | 12 | 67 | 24 | 61 | 64 | 72 |
| Binary | 11001100 | 10110111 | 1011100 | 0 | 1010 | 110111 | 10100 | 110001 | 110100 | 111010 |
Color Harmonies of #CCB75C
Complementary color
Monochromatic Colors of #CCB75C
Black with #CCB75C
Text Example
Text Example
White with #CCB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB75C; }
p { color: rgb(204,183,92); }
H1.HeaderClassName
{
color: #CCB75C;
}
.AnyTagClassName
{
color: #CCB75C;
}
</style>
background-color css
<style>
a { background-color: #CCB75C; }
a { background-color: rgb(204,183,92); }
div.DivClassName
{
background-color: #CCB75C;
}
.BgClassName
{
background-color: #CCB75C;
}
</style>
border-color css
<style>
span { border-color: #CCB75C; }
span { border-color: rgb(204,183,92); }
td.TdClassName
{
border-color: #CCB75C;
}
.TagClassName
{
border-color: #CCB75C;
}
</style>