Shades of Wattle #C7CA42
Tints of Wattle #C7CA42
RGB
CMYK
RGB Variations
Color information
#C7CA42 (or 0xC7CA42) is known color: Wattle. HEX triplet: C7, CA and 42. RGB value is (199,202,66). Sum of RGB (Red+Green+Blue) = 199+202+66=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA42 is #3835BD. Grayscale: #BABABA. Windows color (decimal): -3683774 or 4377287. OLE color: 4377287.
HSL color Cylindrical-coordinate representation of color #C7CA42: hue angle of 61.32º 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 #C7CA42 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 66 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.21 |
| HSL | 61.32º | 0.56% | 0.53% | - |
| HSV(B) | 61.32º | 0.67% | 0.79% | - |
| XYZ | 45.66 | 54.78 | 13.32 | - |
| YUV | 185.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 66 | 0.01 | 0 | 0.67 | 0.21 | 61.32 | 0.56 | 0.53 |
| Hex | C7 | CA | 42 | 1 | 0 | 43 | 15 | 3D | 38 | 35 |
| Octal | 307 | 312 | 102 | 1 | 0 | 103 | 25 | 75 | 70 | 65 |
| Binary | 11000111 | 11001010 | 1000010 | 1 | 0 | 1000011 | 10101 | 111101 | 111000 | 110101 |
Color Harmonies of #C7CA42
Complementary color
Monochromatic Colors of #C7CA42
Black with #C7CA42
Text Example
Text Example
White with #C7CA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA42; }
p { color: rgb(199,202,66); }
H1.HeaderClassName
{
color: #C7CA42;
}
.AnyTagClassName
{
color: #C7CA42;
}
</style>
background-color css
<style>
a { background-color: #C7CA42; }
a { background-color: rgb(199,202,66); }
div.DivClassName
{
background-color: #C7CA42;
}
.BgClassName
{
background-color: #C7CA42;
}
</style>
border-color css
<style>
span { border-color: #C7CA42; }
span { border-color: rgb(199,202,66); }
td.TdClassName
{
border-color: #C7CA42;
}
.TagClassName
{
border-color: #C7CA42;
}
</style>