Shades of Wattle #C8CA46
Tints of Wattle #C8CA46
RGB
CMYK
RGB Variations
Color information
#C8CA46 (or 0xC8CA46) is known color: Wattle. HEX triplet: C8, CA and 46. RGB value is (200,202,70). Sum of RGB (Red+Green+Blue) = 200+202+70=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA46 is #3735B9. Grayscale: #BABABA. Windows color (decimal): -3618234 or 4639432. OLE color: 4639432.
HSL color Cylindrical-coordinate representation of color #C8CA46: hue angle of 60.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8CA46 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 70 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.21 |
| HSL | 60.91º | 0.55% | 0.53% | - |
| HSV(B) | 60.91º | 0.65% | 0.79% | - |
| XYZ | 46.05 | 54.96 | 13.98 | - |
| YUV | 186.35 | 62.34 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 70 | 0.01 | 0 | 0.65 | 0.21 | 60.91 | 0.55 | 0.53 |
| Hex | C8 | CA | 46 | 1 | 0 | 41 | 15 | 3D | 37 | 35 |
| Octal | 310 | 312 | 106 | 1 | 0 | 101 | 25 | 75 | 67 | 65 |
| Binary | 11001000 | 11001010 | 1000110 | 1 | 0 | 1000001 | 10101 | 111101 | 110111 | 110101 |
Color Harmonies of #C8CA46
Complementary color
Monochromatic Colors of #C8CA46
Black with #C8CA46
Text Example
Text Example
White with #C8CA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA46; }
p { color: rgb(200,202,70); }
H1.HeaderClassName
{
color: #C8CA46;
}
.AnyTagClassName
{
color: #C8CA46;
}
</style>
background-color css
<style>
a { background-color: #C8CA46; }
a { background-color: rgb(200,202,70); }
div.DivClassName
{
background-color: #C8CA46;
}
.BgClassName
{
background-color: #C8CA46;
}
</style>
border-color css
<style>
span { border-color: #C8CA46; }
span { border-color: rgb(200,202,70); }
td.TdClassName
{
border-color: #C8CA46;
}
.TagClassName
{
border-color: #C8CA46;
}
</style>