Shades of Wattle #C7C93D
Tints of Wattle #C7C93D
RGB
CMYK
RGB Variations
Color information
#C7C93D (or 0xC7C93D) is known color: Wattle. HEX triplet: C7, C9 and 3D. RGB value is (199,201,61). Sum of RGB (Red+Green+Blue) = 199+201+61=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C93D is #3836C2. Grayscale: #B9B9B9. Windows color (decimal): -3684035 or 4049351. OLE color: 4049351.
HSL color Cylindrical-coordinate representation of color #C7C93D: hue angle of 60.86º degrees, saturation: 0.56, 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 #C7C93D is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 61 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.21 |
| HSL | 60.86º | 0.56% | 0.51% | - |
| HSV(B) | 60.86º | 0.7% | 0.79% | - |
| XYZ | 45.28 | 54.25 | 12.5 | - |
| YUV | 184.44 | 58.34 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 61 | 0.01 | 0 | 0.70 | 0.21 | 60.86 | 0.56 | 0.51 |
| Hex | C7 | C9 | 3D | 1 | 0 | 46 | 15 | 3D | 38 | 33 |
| Octal | 307 | 311 | 75 | 1 | 0 | 106 | 25 | 75 | 70 | 63 |
| Binary | 11000111 | 11001001 | 111101 | 1 | 0 | 1000110 | 10101 | 111101 | 111000 | 110011 |
Color Harmonies of #C7C93D
Complementary color
Monochromatic Colors of #C7C93D
Black with #C7C93D
Text Example
Text Example
White with #C7C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C93D; }
p { color: rgb(199,201,61); }
H1.HeaderClassName
{
color: #C7C93D;
}
.AnyTagClassName
{
color: #C7C93D;
}
</style>
background-color css
<style>
a { background-color: #C7C93D; }
a { background-color: rgb(199,201,61); }
div.DivClassName
{
background-color: #C7C93D;
}
.BgClassName
{
background-color: #C7C93D;
}
</style>
border-color css
<style>
span { border-color: #C7C93D; }
span { border-color: rgb(199,201,61); }
td.TdClassName
{
border-color: #C7C93D;
}
.TagClassName
{
border-color: #C7C93D;
}
</style>