Shades of Wattle #C8C349
Tints of Wattle #C8C349
RGB
CMYK
RGB Variations
Color information
#C8C349 (or 0xC8C349) is known color: Wattle. HEX triplet: C8, C3 and 49. RGB value is (200,195,73). Sum of RGB (Red+Green+Blue) = 200+195+73=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C349 is #373CB6. Grayscale: #B7B7B7. Windows color (decimal): -3620023 or 4834248. OLE color: 4834248.
HSL color Cylindrical-coordinate representation of color #C8C349: hue angle of 57.64º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8C349 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 73 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.22 |
| HSL | 57.64º | 0.54% | 0.54% | - |
| HSV(B) | 57.64º | 0.64% | 0.78% | - |
| XYZ | 44.54 | 51.79 | 13.95 | - |
| YUV | 182.59 | 66.16 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 73 | 0 | 0.02 | 0.64 | 0.22 | 57.64 | 0.54 | 0.54 |
| Hex | C8 | C3 | 49 | 0 | 2 | 40 | 16 | 3A | 36 | 36 |
| Octal | 310 | 303 | 111 | 0 | 2 | 100 | 26 | 72 | 66 | 66 |
| Binary | 11001000 | 11000011 | 1001001 | 0 | 10 | 1000000 | 10110 | 111010 | 110110 | 110110 |
Color Harmonies of #C8C349
Complementary color
Monochromatic Colors of #C8C349
Black with #C8C349
Text Example
Text Example
White with #C8C349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C349; }
p { color: rgb(200,195,73); }
H1.HeaderClassName
{
color: #C8C349;
}
.AnyTagClassName
{
color: #C8C349;
}
</style>
background-color css
<style>
a { background-color: #C8C349; }
a { background-color: rgb(200,195,73); }
div.DivClassName
{
background-color: #C8C349;
}
.BgClassName
{
background-color: #C8C349;
}
</style>
border-color css
<style>
span { border-color: #C8C349; }
span { border-color: rgb(200,195,73); }
td.TdClassName
{
border-color: #C8C349;
}
.TagClassName
{
border-color: #C8C349;
}
</style>