Shades of Wattle #C8C633
Tints of Wattle #C8C633
RGB
CMYK
RGB Variations
Color information
#C8C633 (or 0xC8C633) is known color: Wattle. HEX triplet: C8, C6 and 33. RGB value is (200,198,51). Sum of RGB (Red+Green+Blue) = 200+198+51=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C633 is #3739CC. Grayscale: #B6B6B6. Windows color (decimal): -3619277 or 3393224. OLE color: 3393224.
HSL color Cylindrical-coordinate representation of color #C8C633: hue angle of 59.19º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8C633 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 51 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.22 |
| HSL | 59.19º | 0.59% | 0.49% | - |
| HSV(B) | 59.19º | 0.75% | 0.78% | - |
| XYZ | 44.61 | 52.91 | 10.99 | - |
| YUV | 181.84 | 54.16 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 51 | 0 | 0.01 | 0.74 | 0.22 | 59.19 | 0.59 | 0.49 |
| Hex | C8 | C6 | 33 | 0 | 1 | 4A | 16 | 3B | 3B | 31 |
| Octal | 310 | 306 | 63 | 0 | 1 | 112 | 26 | 73 | 73 | 61 |
| Binary | 11001000 | 11000110 | 110011 | 0 | 1 | 1001010 | 10110 | 111011 | 111011 | 110001 |
Color Harmonies of #C8C633
Complementary color
Monochromatic Colors of #C8C633
Black with #C8C633
Text Example
Text Example
White with #C8C633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C633; }
p { color: rgb(200,198,51); }
H1.HeaderClassName
{
color: #C8C633;
}
.AnyTagClassName
{
color: #C8C633;
}
</style>
background-color css
<style>
a { background-color: #C8C633; }
a { background-color: rgb(200,198,51); }
div.DivClassName
{
background-color: #C8C633;
}
.BgClassName
{
background-color: #C8C633;
}
</style>
border-color css
<style>
span { border-color: #C8C633; }
span { border-color: rgb(200,198,51); }
td.TdClassName
{
border-color: #C8C633;
}
.TagClassName
{
border-color: #C8C633;
}
</style>