Shades of Wattle #CCC145
Tints of Wattle #CCC145
RGB
CMYK
RGB Variations
Color information
#CCC145 (or 0xCCC145) is known color: Wattle. HEX triplet: CC, C1 and 45. RGB value is (204,193,69). Sum of RGB (Red+Green+Blue) = 204+193+69=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC145 is #333EBA. Grayscale: #B6B6B6. Windows color (decimal): -3358395 or 4571596. OLE color: 4571596.
HSL color Cylindrical-coordinate representation of color #CCC145: hue angle of 55.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCC145 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 69 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.2 |
| HSL | 55.11º | 0.57% | 0.54% | - |
| HSV(B) | 55.11º | 0.66% | 0.8% | - |
| XYZ | 45.05 | 51.41 | 13.18 | - |
| YUV | 182.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 69 | 0 | 0.05 | 0.66 | 0.2 | 55.11 | 0.57 | 0.54 |
| Hex | CC | C1 | 45 | 0 | 5 | 42 | 14 | 37 | 39 | 36 |
| Octal | 314 | 301 | 105 | 0 | 5 | 102 | 24 | 67 | 71 | 66 |
| Binary | 11001100 | 11000001 | 1000101 | 0 | 101 | 1000010 | 10100 | 110111 | 111001 | 110110 |
Color Harmonies of #CCC145
Complementary color
Monochromatic Colors of #CCC145
Black with #CCC145
Text Example
Text Example
White with #CCC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC145; }
p { color: rgb(204,193,69); }
H1.HeaderClassName
{
color: #CCC145;
}
.AnyTagClassName
{
color: #CCC145;
}
</style>
background-color css
<style>
a { background-color: #CCC145; }
a { background-color: rgb(204,193,69); }
div.DivClassName
{
background-color: #CCC145;
}
.BgClassName
{
background-color: #CCC145;
}
</style>
border-color css
<style>
span { border-color: #CCC145; }
span { border-color: rgb(204,193,69); }
td.TdClassName
{
border-color: #CCC145;
}
.TagClassName
{
border-color: #CCC145;
}
</style>