Shades of Wattle #C9C63A
Tints of Wattle #C9C63A
RGB
CMYK
RGB Variations
Color information
#C9C63A (or 0xC9C63A) is known color: Wattle. HEX triplet: C9, C6 and 3A. RGB value is (201,198,58). Sum of RGB (Red+Green+Blue) = 201+198+58=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C63A is #3639C5. Grayscale: #B7B7B7. Windows color (decimal): -3553734 or 3851977. OLE color: 3851977.
HSL color Cylindrical-coordinate representation of color #C9C63A: hue angle of 58.74º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9C63A is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 58 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.21 |
| HSL | 58.74º | 0.57% | 0.51% | - |
| HSV(B) | 58.74º | 0.71% | 0.79% | - |
| XYZ | 45.05 | 53.11 | 11.88 | - |
| YUV | 182.94 | 57.49 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 58 | 0 | 0.01 | 0.71 | 0.21 | 58.74 | 0.57 | 0.51 |
| Hex | C9 | C6 | 3A | 0 | 1 | 47 | 15 | 3B | 39 | 33 |
| Octal | 311 | 306 | 72 | 0 | 1 | 107 | 25 | 73 | 71 | 63 |
| Binary | 11001001 | 11000110 | 111010 | 0 | 1 | 1000111 | 10101 | 111011 | 111001 | 110011 |
Color Harmonies of #C9C63A
Complementary color
Monochromatic Colors of #C9C63A
Black with #C9C63A
Text Example
Text Example
White with #C9C63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C63A; }
p { color: rgb(201,198,58); }
H1.HeaderClassName
{
color: #C9C63A;
}
.AnyTagClassName
{
color: #C9C63A;
}
</style>
background-color css
<style>
a { background-color: #C9C63A; }
a { background-color: rgb(201,198,58); }
div.DivClassName
{
background-color: #C9C63A;
}
.BgClassName
{
background-color: #C9C63A;
}
</style>
border-color css
<style>
span { border-color: #C9C63A; }
span { border-color: rgb(201,198,58); }
td.TdClassName
{
border-color: #C9C63A;
}
.TagClassName
{
border-color: #C9C63A;
}
</style>