Shades of Wattle #C7C53B
Tints of Wattle #C7C53B
RGB
CMYK
RGB Variations
Color information
#C7C53B (or 0xC7C53B) is known color: Wattle. HEX triplet: C7, C5 and 3B. RGB value is (199,197,59). Sum of RGB (Red+Green+Blue) = 199+197+59=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 59 (23.44% from 255 or 12.97% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C53B is #383AC4. Grayscale: #B6B6B6. Windows color (decimal): -3685061 or 3917255. OLE color: 3917255.
HSL color Cylindrical-coordinate representation of color #C7C53B: hue angle of 59.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7C53B is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 59 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.22 |
| HSL | 59.14º | 0.56% | 0.51% | - |
| HSV(B) | 59.14º | 0.7% | 0.78% | - |
| XYZ | 44.31 | 52.39 | 11.91 | - |
| YUV | 181.87 | 58.66 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 59 | 0 | 0.01 | 0.70 | 0.22 | 59.14 | 0.56 | 0.51 |
| Hex | C7 | C5 | 3B | 0 | 1 | 46 | 16 | 3B | 38 | 33 |
| Octal | 307 | 305 | 73 | 0 | 1 | 106 | 26 | 73 | 70 | 63 |
| Binary | 11000111 | 11000101 | 111011 | 0 | 1 | 1000110 | 10110 | 111011 | 111000 | 110011 |
Color Harmonies of #C7C53B
Complementary color
Monochromatic Colors of #C7C53B
Black with #C7C53B
Text Example
Text Example
White with #C7C53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C53B; }
p { color: rgb(199,197,59); }
H1.HeaderClassName
{
color: #C7C53B;
}
.AnyTagClassName
{
color: #C7C53B;
}
</style>
background-color css
<style>
a { background-color: #C7C53B; }
a { background-color: rgb(199,197,59); }
div.DivClassName
{
background-color: #C7C53B;
}
.BgClassName
{
background-color: #C7C53B;
}
</style>
border-color css
<style>
span { border-color: #C7C53B; }
span { border-color: rgb(199,197,59); }
td.TdClassName
{
border-color: #C7C53B;
}
.TagClassName
{
border-color: #C7C53B;
}
</style>