Shades of Wattle #C9CA42
Tints of Wattle #C9CA42
RGB
CMYK
RGB Variations
Color information
#C9CA42 (or 0xC9CA42) is known color: Wattle. HEX triplet: C9, CA and 42. RGB value is (201,202,66). Sum of RGB (Red+Green+Blue) = 201+202+66=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CA42 is #3635BD. Grayscale: #BABABA. Windows color (decimal): -3552702 or 4377289. OLE color: 4377289.
HSL color Cylindrical-coordinate representation of color #C9CA42: hue angle of 60.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9CA42 is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 66 | - |
| CMYK | 0.00 | 0 | 0.67 | 0.21 |
| HSL | 60.44º | 0.56% | 0.53% | - |
| HSV(B) | 60.44º | 0.67% | 0.79% | - |
| XYZ | 46.19 | 55.05 | 13.35 | - |
| YUV | 186.2 | 60.17 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 66 | 0.00 | 0 | 0.67 | 0.21 | 60.44 | 0.56 | 0.53 |
| Hex | C9 | CA | 42 | 0 | 0 | 43 | 15 | 3C | 38 | 35 |
| Octal | 311 | 312 | 102 | 0 | 0 | 103 | 25 | 74 | 70 | 65 |
| Binary | 11001001 | 11001010 | 1000010 | 0 | 0 | 1000011 | 10101 | 111100 | 111000 | 110101 |
Color Harmonies of #C9CA42
Complementary color
Monochromatic Colors of #C9CA42
Black with #C9CA42
Text Example
Text Example
White with #C9CA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA42; }
p { color: rgb(201,202,66); }
H1.HeaderClassName
{
color: #C9CA42;
}
.AnyTagClassName
{
color: #C9CA42;
}
</style>
background-color css
<style>
a { background-color: #C9CA42; }
a { background-color: rgb(201,202,66); }
div.DivClassName
{
background-color: #C9CA42;
}
.BgClassName
{
background-color: #C9CA42;
}
</style>
border-color css
<style>
span { border-color: #C9CA42; }
span { border-color: rgb(201,202,66); }
td.TdClassName
{
border-color: #C9CA42;
}
.TagClassName
{
border-color: #C9CA42;
}
</style>