Shades of Wattle #C8C13F
Tints of Wattle #C8C13F
RGB
CMYK
RGB Variations
Color information
#C8C13F (or 0xC8C13F) is known color: Wattle. HEX triplet: C8, C1 and 3F. RGB value is (200,193,63). Sum of RGB (Red+Green+Blue) = 200+193+63=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C13F is #373EC0. Grayscale: #B4B4B4. Windows color (decimal): -3620545 or 4178376. OLE color: 4178376.
HSL color Cylindrical-coordinate representation of color #C8C13F: hue angle of 56.93º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8C13F is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 63 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.22 |
| HSL | 56.93º | 0.55% | 0.52% | - |
| HSV(B) | 56.93º | 0.69% | 0.78% | - |
| XYZ | 43.79 | 50.78 | 12.2 | - |
| YUV | 180.27 | 61.82 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 63 | 0 | 0.04 | 0.68 | 0.22 | 56.93 | 0.55 | 0.52 |
| Hex | C8 | C1 | 3F | 0 | 4 | 44 | 16 | 39 | 37 | 34 |
| Octal | 310 | 301 | 77 | 0 | 4 | 104 | 26 | 71 | 67 | 64 |
| Binary | 11001000 | 11000001 | 111111 | 0 | 100 | 1000100 | 10110 | 111001 | 110111 | 110100 |
Color Harmonies of #C8C13F
Complementary color
Monochromatic Colors of #C8C13F
Black with #C8C13F
Text Example
Text Example
White with #C8C13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C13F; }
p { color: rgb(200,193,63); }
H1.HeaderClassName
{
color: #C8C13F;
}
.AnyTagClassName
{
color: #C8C13F;
}
</style>
background-color css
<style>
a { background-color: #C8C13F; }
a { background-color: rgb(200,193,63); }
div.DivClassName
{
background-color: #C8C13F;
}
.BgClassName
{
background-color: #C8C13F;
}
</style>
border-color css
<style>
span { border-color: #C8C13F; }
span { border-color: rgb(200,193,63); }
td.TdClassName
{
border-color: #C8C13F;
}
.TagClassName
{
border-color: #C8C13F;
}
</style>