Shades of Wattle #C8C744
Tints of Wattle #C8C744
RGB
CMYK
RGB Variations
Color information
#C8C744 (or 0xC8C744) is known color: Wattle. HEX triplet: C8, C7 and 44. RGB value is (200,199,68). Sum of RGB (Red+Green+Blue) = 200+199+68=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C744 is #3738BB. Grayscale: #B8B8B8. Windows color (decimal): -3619004 or 4507592. OLE color: 4507592.
HSL color Cylindrical-coordinate representation of color #C8C744: hue angle of 59.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8C744 is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 68 | - |
| CMYK | 0 | 0.00 | 0.66 | 0.22 |
| HSL | 59.55º | 0.55% | 0.53% | - |
| HSV(B) | 59.55º | 0.66% | 0.78% | - |
| XYZ | 45.29 | 53.54 | 13.42 | - |
| YUV | 184.37 | 62.33 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 68 | 0 | 0.00 | 0.66 | 0.22 | 59.55 | 0.55 | 0.53 |
| Hex | C8 | C7 | 44 | 0 | 0 | 42 | 16 | 3C | 37 | 35 |
| Octal | 310 | 307 | 104 | 0 | 0 | 102 | 26 | 74 | 67 | 65 |
| Binary | 11001000 | 11000111 | 1000100 | 0 | 0 | 1000010 | 10110 | 111100 | 110111 | 110101 |
Color Harmonies of #C8C744
Complementary color
Monochromatic Colors of #C8C744
Black with #C8C744
Text Example
Text Example
White with #C8C744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C744; }
p { color: rgb(200,199,68); }
H1.HeaderClassName
{
color: #C8C744;
}
.AnyTagClassName
{
color: #C8C744;
}
</style>
background-color css
<style>
a { background-color: #C8C744; }
a { background-color: rgb(200,199,68); }
div.DivClassName
{
background-color: #C8C744;
}
.BgClassName
{
background-color: #C8C744;
}
</style>
border-color css
<style>
span { border-color: #C8C744; }
span { border-color: rgb(200,199,68); }
td.TdClassName
{
border-color: #C8C744;
}
.TagClassName
{
border-color: #C8C744;
}
</style>