Shades of Wattle #C8C648
Tints of Wattle #C8C648
RGB
CMYK
RGB Variations
Color information
#C8C648 (or 0xC8C648) is known color: Wattle. HEX triplet: C8, C6 and 48. RGB value is (200,198,72). Sum of RGB (Red+Green+Blue) = 200+198+72=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C648 is #3739B7. Grayscale: #B8B8B8. Windows color (decimal): -3619256 or 4769480. OLE color: 4769480.
HSL color Cylindrical-coordinate representation of color #C8C648: hue angle of 59.06º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8C648 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 72 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.22 |
| HSL | 59.06º | 0.54% | 0.53% | - |
| HSV(B) | 59.06º | 0.64% | 0.78% | - |
| XYZ | 45.18 | 53.14 | 14.01 | - |
| YUV | 184.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 72 | 0 | 0.01 | 0.64 | 0.22 | 59.06 | 0.54 | 0.53 |
| Hex | C8 | C6 | 48 | 0 | 1 | 40 | 16 | 3B | 36 | 35 |
| Octal | 310 | 306 | 110 | 0 | 1 | 100 | 26 | 73 | 66 | 65 |
| Binary | 11001000 | 11000110 | 1001000 | 0 | 1 | 1000000 | 10110 | 111011 | 110110 | 110101 |
Color Harmonies of #C8C648
Complementary color
Monochromatic Colors of #C8C648
Black with #C8C648
Text Example
Text Example
White with #C8C648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C648; }
p { color: rgb(200,198,72); }
H1.HeaderClassName
{
color: #C8C648;
}
.AnyTagClassName
{
color: #C8C648;
}
</style>
background-color css
<style>
a { background-color: #C8C648; }
a { background-color: rgb(200,198,72); }
div.DivClassName
{
background-color: #C8C648;
}
.BgClassName
{
background-color: #C8C648;
}
</style>
border-color css
<style>
span { border-color: #C8C648; }
span { border-color: rgb(200,198,72); }
td.TdClassName
{
border-color: #C8C648;
}
.TagClassName
{
border-color: #C8C648;
}
</style>