Shades of Wattle #C8CA3C
Tints of Wattle #C8CA3C
RGB
CMYK
RGB Variations
Color information
#C8CA3C (or 0xC8CA3C) is known color: Wattle. HEX triplet: C8, CA and 3C. RGB value is (200,202,60). Sum of RGB (Red+Green+Blue) = 200+202+60=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA3C is #3735C3. Grayscale: #B9B9B9. Windows color (decimal): -3618244 or 3984072. OLE color: 3984072.
HSL color Cylindrical-coordinate representation of color #C8CA3C: hue angle of 60.85º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8CA3C is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 60 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.21 |
| HSL | 60.85º | 0.57% | 0.51% | - |
| HSV(B) | 60.85º | 0.7% | 0.79% | - |
| XYZ | 45.76 | 54.85 | 12.45 | - |
| YUV | 185.21 | 57.34 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 60 | 0.01 | 0 | 0.70 | 0.21 | 60.85 | 0.57 | 0.51 |
| Hex | C8 | CA | 3C | 1 | 0 | 46 | 15 | 3D | 39 | 33 |
| Octal | 310 | 312 | 74 | 1 | 0 | 106 | 25 | 75 | 71 | 63 |
| Binary | 11001000 | 11001010 | 111100 | 1 | 0 | 1000110 | 10101 | 111101 | 111001 | 110011 |
Color Harmonies of #C8CA3C
Complementary color
Monochromatic Colors of #C8CA3C
Black with #C8CA3C
Text Example
Text Example
White with #C8CA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA3C; }
p { color: rgb(200,202,60); }
H1.HeaderClassName
{
color: #C8CA3C;
}
.AnyTagClassName
{
color: #C8CA3C;
}
</style>
background-color css
<style>
a { background-color: #C8CA3C; }
a { background-color: rgb(200,202,60); }
div.DivClassName
{
background-color: #C8CA3C;
}
.BgClassName
{
background-color: #C8CA3C;
}
</style>
border-color css
<style>
span { border-color: #C8CA3C; }
span { border-color: rgb(200,202,60); }
td.TdClassName
{
border-color: #C8CA3C;
}
.TagClassName
{
border-color: #C8CA3C;
}
</style>