Shades of Wattle #C7C433
Tints of Wattle #C7C433
RGB
CMYK
RGB Variations
Color information
#C7C433 (or 0xC7C433) is known color: Wattle. HEX triplet: C7, C4 and 33. RGB value is (199,196,51). Sum of RGB (Red+Green+Blue) = 199+196+51=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 51 (20.31% from 255 or 11.43% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C433 is #383BCC. Grayscale: #B4B4B4. Windows color (decimal): -3685325 or 3392711. OLE color: 3392711.
HSL color Cylindrical-coordinate representation of color #C7C433: hue angle of 58.78º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7C433 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 196 | 51 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.22 |
| HSL | 58.78º | 0.59% | 0.49% | - |
| HSV(B) | 58.78º | 0.74% | 0.78% | - |
| XYZ | 43.89 | 51.86 | 10.83 | - |
| YUV | 180.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 196 | 51 | 0 | 0.02 | 0.74 | 0.22 | 58.78 | 0.59 | 0.49 |
| Hex | C7 | C4 | 33 | 0 | 2 | 4A | 16 | 3B | 3B | 31 |
| Octal | 307 | 304 | 63 | 0 | 2 | 112 | 26 | 73 | 73 | 61 |
| Binary | 11000111 | 11000100 | 110011 | 0 | 10 | 1001010 | 10110 | 111011 | 111011 | 110001 |
Color Harmonies of #C7C433
Complementary color
Monochromatic Colors of #C7C433
Black with #C7C433
Text Example
Text Example
White with #C7C433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C433; }
p { color: rgb(199,196,51); }
H1.HeaderClassName
{
color: #C7C433;
}
.AnyTagClassName
{
color: #C7C433;
}
</style>
background-color css
<style>
a { background-color: #C7C433; }
a { background-color: rgb(199,196,51); }
div.DivClassName
{
background-color: #C7C433;
}
.BgClassName
{
background-color: #C7C433;
}
</style>
border-color css
<style>
span { border-color: #C7C433; }
span { border-color: rgb(199,196,51); }
td.TdClassName
{
border-color: #C7C433;
}
.TagClassName
{
border-color: #C7C433;
}
</style>