Shades of Wattle #C7C34B
Tints of Wattle #C7C34B
RGB
CMYK
RGB Variations
Color information
#C7C34B (or 0xC7C34B) is known color: Wattle. HEX triplet: C7, C3 and 4B. RGB value is (199,195,75). Sum of RGB (Red+Green+Blue) = 199+195+75=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C34B is #383CB4. Grayscale: #B7B7B7. Windows color (decimal): -3685557 or 4965319. OLE color: 4965319.
HSL color Cylindrical-coordinate representation of color #C7C34B: hue angle of 58.06º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7C34B is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 75 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.22 |
| HSL | 58.06º | 0.53% | 0.54% | - |
| HSV(B) | 58.06º | 0.62% | 0.78% | - |
| XYZ | 44.34 | 51.68 | 14.3 | - |
| YUV | 182.52 | 67.33 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 75 | 0 | 0.02 | 0.62 | 0.22 | 58.06 | 0.53 | 0.54 |
| Hex | C7 | C3 | 4B | 0 | 2 | 3E | 16 | 3A | 35 | 36 |
| Octal | 307 | 303 | 113 | 0 | 2 | 76 | 26 | 72 | 65 | 66 |
| Binary | 11000111 | 11000011 | 1001011 | 0 | 10 | 111110 | 10110 | 111010 | 110101 | 110110 |
Color Harmonies of #C7C34B
Complementary color
Monochromatic Colors of #C7C34B
Black with #C7C34B
Text Example
Text Example
White with #C7C34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C34B; }
p { color: rgb(199,195,75); }
H1.HeaderClassName
{
color: #C7C34B;
}
.AnyTagClassName
{
color: #C7C34B;
}
</style>
background-color css
<style>
a { background-color: #C7C34B; }
a { background-color: rgb(199,195,75); }
div.DivClassName
{
background-color: #C7C34B;
}
.BgClassName
{
background-color: #C7C34B;
}
</style>
border-color css
<style>
span { border-color: #C7C34B; }
span { border-color: rgb(199,195,75); }
td.TdClassName
{
border-color: #C7C34B;
}
.TagClassName
{
border-color: #C7C34B;
}
</style>