Shades of Wattle #C8C736
Tints of Wattle #C8C736
RGB
CMYK
RGB Variations
Color information
#C8C736 (or 0xC8C736) is known color: Wattle. HEX triplet: C8, C7 and 36. RGB value is (200,199,54). Sum of RGB (Red+Green+Blue) = 200+199+54=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C736 is #3738C9. Grayscale: #B7B7B7. Windows color (decimal): -3619018 or 3590088. OLE color: 3590088.
HSL color Cylindrical-coordinate representation of color #C8C736: hue angle of 59.59º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8C736 is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 54 | - |
| CMYK | 0 | 0.00 | 0.73 | 0.22 |
| HSL | 59.59º | 0.57% | 0.5% | - |
| HSV(B) | 59.59º | 0.73% | 0.78% | - |
| XYZ | 44.91 | 53.39 | 11.43 | - |
| YUV | 182.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 54 | 0 | 0.00 | 0.73 | 0.22 | 59.59 | 0.57 | 0.5 |
| Hex | C8 | C7 | 36 | 0 | 0 | 49 | 16 | 3C | 39 | 32 |
| Octal | 310 | 307 | 66 | 0 | 0 | 111 | 26 | 74 | 71 | 62 |
| Binary | 11001000 | 11000111 | 110110 | 0 | 0 | 1001001 | 10110 | 111100 | 111001 | 110010 |
Color Harmonies of #C8C736
Complementary color
Monochromatic Colors of #C8C736
Black with #C8C736
Text Example
Text Example
White with #C8C736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C736; }
p { color: rgb(200,199,54); }
H1.HeaderClassName
{
color: #C8C736;
}
.AnyTagClassName
{
color: #C8C736;
}
</style>
background-color css
<style>
a { background-color: #C8C736; }
a { background-color: rgb(200,199,54); }
div.DivClassName
{
background-color: #C8C736;
}
.BgClassName
{
background-color: #C8C736;
}
</style>
border-color css
<style>
span { border-color: #C8C736; }
span { border-color: rgb(200,199,54); }
td.TdClassName
{
border-color: #C8C736;
}
.TagClassName
{
border-color: #C8C736;
}
</style>