Shades of Wattle #CCC144
Tints of Wattle #CCC144
RGB
CMYK
RGB Variations
Color information
#CCC144 (or 0xCCC144) is known color: Wattle. HEX triplet: CC, C1 and 44. RGB value is (204,193,68). Sum of RGB (Red+Green+Blue) = 204+193+68=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC144 is #333EBB. Grayscale: #B6B6B6. Windows color (decimal): -3358396 or 4506060. OLE color: 4506060.
HSL color Cylindrical-coordinate representation of color #CCC144: hue angle of 55.15º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCC144 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 68 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.2 |
| HSL | 55.15º | 0.57% | 0.53% | - |
| HSV(B) | 55.15º | 0.67% | 0.8% | - |
| XYZ | 45.02 | 51.39 | 13.02 | - |
| YUV | 182.04 | 63.64 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 68 | 0 | 0.05 | 0.67 | 0.2 | 55.15 | 0.57 | 0.53 |
| Hex | CC | C1 | 44 | 0 | 5 | 43 | 14 | 37 | 39 | 35 |
| Octal | 314 | 301 | 104 | 0 | 5 | 103 | 24 | 67 | 71 | 65 |
| Binary | 11001100 | 11000001 | 1000100 | 0 | 101 | 1000011 | 10100 | 110111 | 111001 | 110101 |
Color Harmonies of #CCC144
Complementary color
Monochromatic Colors of #CCC144
Black with #CCC144
Text Example
Text Example
White with #CCC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC144; }
p { color: rgb(204,193,68); }
H1.HeaderClassName
{
color: #CCC144;
}
.AnyTagClassName
{
color: #CCC144;
}
</style>
background-color css
<style>
a { background-color: #CCC144; }
a { background-color: rgb(204,193,68); }
div.DivClassName
{
background-color: #CCC144;
}
.BgClassName
{
background-color: #CCC144;
}
</style>
border-color css
<style>
span { border-color: #CCC144; }
span { border-color: rgb(204,193,68); }
td.TdClassName
{
border-color: #CCC144;
}
.TagClassName
{
border-color: #CCC144;
}
</style>