Shades of Wattle #C8C341
Tints of Wattle #C8C341
RGB
CMYK
RGB Variations
Color information
#C8C341 (or 0xC8C341) is known color: Wattle. HEX triplet: C8, C3 and 41. RGB value is (200,195,65). Sum of RGB (Red+Green+Blue) = 200+195+65=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C341 is #373CBE. Grayscale: #B6B6B6. Windows color (decimal): -3620031 or 4309960. OLE color: 4309960.
HSL color Cylindrical-coordinate representation of color #C8C341: hue angle of 57.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8C341 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 65 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.22 |
| HSL | 57.78º | 0.55% | 0.52% | - |
| HSV(B) | 57.78º | 0.68% | 0.78% | - |
| XYZ | 44.29 | 51.69 | 12.64 | - |
| YUV | 181.68 | 62.16 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 65 | 0 | 0.02 | 0.68 | 0.22 | 57.78 | 0.55 | 0.52 |
| Hex | C8 | C3 | 41 | 0 | 2 | 44 | 16 | 3A | 37 | 34 |
| Octal | 310 | 303 | 101 | 0 | 2 | 104 | 26 | 72 | 67 | 64 |
| Binary | 11001000 | 11000011 | 1000001 | 0 | 10 | 1000100 | 10110 | 111010 | 110111 | 110100 |
Color Harmonies of #C8C341
Complementary color
Monochromatic Colors of #C8C341
Black with #C8C341
Text Example
Text Example
White with #C8C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C341; }
p { color: rgb(200,195,65); }
H1.HeaderClassName
{
color: #C8C341;
}
.AnyTagClassName
{
color: #C8C341;
}
</style>
background-color css
<style>
a { background-color: #C8C341; }
a { background-color: rgb(200,195,65); }
div.DivClassName
{
background-color: #C8C341;
}
.BgClassName
{
background-color: #C8C341;
}
</style>
border-color css
<style>
span { border-color: #C8C341; }
span { border-color: rgb(200,195,65); }
td.TdClassName
{
border-color: #C8C341;
}
.TagClassName
{
border-color: #C8C341;
}
</style>