Shades of Wattle #C8CA3E
Tints of Wattle #C8CA3E
RGB
CMYK
RGB Variations
Color information
#C8CA3E (or 0xC8CA3E) is known color: Wattle. HEX triplet: C8, CA and 3E. RGB value is (200,202,62). Sum of RGB (Red+Green+Blue) = 200+202+62=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA3E is #3735C1. Grayscale: #BABABA. Windows color (decimal): -3618242 or 4115144. OLE color: 4115144.
HSL color Cylindrical-coordinate representation of color #C8CA3E: hue angle of 60.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8CA3E is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 62 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.21 |
| HSL | 60.86º | 0.57% | 0.52% | - |
| HSV(B) | 60.86º | 0.69% | 0.79% | - |
| XYZ | 45.81 | 54.87 | 12.73 | - |
| YUV | 185.44 | 58.34 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 62 | 0.01 | 0 | 0.69 | 0.21 | 60.86 | 0.57 | 0.52 |
| Hex | C8 | CA | 3E | 1 | 0 | 45 | 15 | 3D | 39 | 34 |
| Octal | 310 | 312 | 76 | 1 | 0 | 105 | 25 | 75 | 71 | 64 |
| Binary | 11001000 | 11001010 | 111110 | 1 | 0 | 1000101 | 10101 | 111101 | 111001 | 110100 |
Color Harmonies of #C8CA3E
Complementary color
Monochromatic Colors of #C8CA3E
Black with #C8CA3E
Text Example
Text Example
White with #C8CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA3E; }
p { color: rgb(200,202,62); }
H1.HeaderClassName
{
color: #C8CA3E;
}
.AnyTagClassName
{
color: #C8CA3E;
}
</style>
background-color css
<style>
a { background-color: #C8CA3E; }
a { background-color: rgb(200,202,62); }
div.DivClassName
{
background-color: #C8CA3E;
}
.BgClassName
{
background-color: #C8CA3E;
}
</style>
border-color css
<style>
span { border-color: #C8CA3E; }
span { border-color: rgb(200,202,62); }
td.TdClassName
{
border-color: #C8CA3E;
}
.TagClassName
{
border-color: #C8CA3E;
}
</style>