Shades of Wattle #C6C93C
Tints of Wattle #C6C93C
RGB
CMYK
RGB Variations
Color information
#C6C93C (or 0xC6C93C) is known color: Wattle. HEX triplet: C6, C9 and 3C. RGB value is (198,201,60). Sum of RGB (Red+Green+Blue) = 198+201+60=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C93C is #3936C3. Grayscale: #B8B8B8. Windows color (decimal): -3749572 or 3983814. OLE color: 3983814.
HSL color Cylindrical-coordinate representation of color #C6C93C: hue angle of 61.28º degrees, saturation: 0.57, 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 #C6C93C is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 60 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.21 |
| HSL | 61.28º | 0.57% | 0.51% | - |
| HSV(B) | 61.28º | 0.7% | 0.79% | - |
| XYZ | 44.99 | 54.11 | 12.35 | - |
| YUV | 184.03 | 58.01 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 60 | 0.01 | 0 | 0.70 | 0.21 | 61.28 | 0.57 | 0.51 |
| Hex | C6 | C9 | 3C | 1 | 0 | 46 | 15 | 3D | 39 | 33 |
| Octal | 306 | 311 | 74 | 1 | 0 | 106 | 25 | 75 | 71 | 63 |
| Binary | 11000110 | 11001001 | 111100 | 1 | 0 | 1000110 | 10101 | 111101 | 111001 | 110011 |
Color Harmonies of #C6C93C
Complementary color
Monochromatic Colors of #C6C93C
Black with #C6C93C
Text Example
Text Example
White with #C6C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C93C; }
p { color: rgb(198,201,60); }
H1.HeaderClassName
{
color: #C6C93C;
}
.AnyTagClassName
{
color: #C6C93C;
}
</style>
background-color css
<style>
a { background-color: #C6C93C; }
a { background-color: rgb(198,201,60); }
div.DivClassName
{
background-color: #C6C93C;
}
.BgClassName
{
background-color: #C6C93C;
}
</style>
border-color css
<style>
span { border-color: #C6C93C; }
span { border-color: rgb(198,201,60); }
td.TdClassName
{
border-color: #C6C93C;
}
.TagClassName
{
border-color: #C6C93C;
}
</style>