Shades of Wattle #C8C63C
Tints of Wattle #C8C63C
RGB
CMYK
RGB Variations
Color information
#C8C63C (or 0xC8C63C) is known color: Wattle. HEX triplet: C8, C6 and 3C. RGB value is (200,198,60). Sum of RGB (Red+Green+Blue) = 200+198+60=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C63C is #3739C3. Grayscale: #B7B7B7. Windows color (decimal): -3619268 or 3983048. OLE color: 3983048.
HSL color Cylindrical-coordinate representation of color #C8C63C: hue angle of 59.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8C63C is Cyan = 0, Magento = 0.01, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 60 | - |
| CMYK | 0 | 0.01 | 0.7 | 0.22 |
| HSL | 59.14º | 0.56% | 0.51% | - |
| HSV(B) | 59.14º | 0.7% | 0.78% | - |
| XYZ | 44.83 | 52.99 | 12.14 | - |
| YUV | 182.87 | 58.66 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 60 | 0 | 0.01 | 0.7 | 0.22 | 59.14 | 0.56 | 0.51 |
| Hex | C8 | C6 | 3C | 0 | 1 | 46 | 16 | 3B | 38 | 33 |
| Octal | 310 | 306 | 74 | 0 | 1 | 106 | 26 | 73 | 70 | 63 |
| Binary | 11001000 | 11000110 | 111100 | 0 | 1 | 1000110 | 10110 | 111011 | 111000 | 110011 |
Color Harmonies of #C8C63C
Complementary color
Monochromatic Colors of #C8C63C
Black with #C8C63C
Text Example
Text Example
White with #C8C63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C63C; }
p { color: rgb(200,198,60); }
H1.HeaderClassName
{
color: #C8C63C;
}
.AnyTagClassName
{
color: #C8C63C;
}
</style>
background-color css
<style>
a { background-color: #C8C63C; }
a { background-color: rgb(200,198,60); }
div.DivClassName
{
background-color: #C8C63C;
}
.BgClassName
{
background-color: #C8C63C;
}
</style>
border-color css
<style>
span { border-color: #C8C63C; }
span { border-color: rgb(200,198,60); }
td.TdClassName
{
border-color: #C8C63C;
}
.TagClassName
{
border-color: #C8C63C;
}
</style>