Shades of Wattle #C8CA41
Tints of Wattle #C8CA41
RGB
CMYK
RGB Variations
Color information
#C8CA41 (or 0xC8CA41) is known color: Wattle. HEX triplet: C8, CA and 41. RGB value is (200,202,65). Sum of RGB (Red+Green+Blue) = 200+202+65=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA41 is #3735BE. Grayscale: #BABABA. Windows color (decimal): -3618239 or 4311752. OLE color: 4311752.
HSL color Cylindrical-coordinate representation of color #C8CA41: hue angle of 60.88º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8CA41 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 65 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.21 |
| HSL | 60.88º | 0.56% | 0.52% | - |
| HSV(B) | 60.88º | 0.68% | 0.79% | - |
| XYZ | 45.89 | 54.9 | 13.18 | - |
| YUV | 185.78 | 59.84 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 65 | 0.01 | 0 | 0.68 | 0.21 | 60.88 | 0.56 | 0.52 |
| Hex | C8 | CA | 41 | 1 | 0 | 44 | 15 | 3D | 38 | 34 |
| Octal | 310 | 312 | 101 | 1 | 0 | 104 | 25 | 75 | 70 | 64 |
| Binary | 11001000 | 11001010 | 1000001 | 1 | 0 | 1000100 | 10101 | 111101 | 111000 | 110100 |
Color Harmonies of #C8CA41
Complementary color
Monochromatic Colors of #C8CA41
Black with #C8CA41
Text Example
Text Example
White with #C8CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA41; }
p { color: rgb(200,202,65); }
H1.HeaderClassName
{
color: #C8CA41;
}
.AnyTagClassName
{
color: #C8CA41;
}
</style>
background-color css
<style>
a { background-color: #C8CA41; }
a { background-color: rgb(200,202,65); }
div.DivClassName
{
background-color: #C8CA41;
}
.BgClassName
{
background-color: #C8CA41;
}
</style>
border-color css
<style>
span { border-color: #C8CA41; }
span { border-color: rgb(200,202,65); }
td.TdClassName
{
border-color: #C8CA41;
}
.TagClassName
{
border-color: #C8CA41;
}
</style>