Shades of Wattle #C8C83B
Tints of Wattle #C8C83B
RGB
CMYK
RGB Variations
Color information
#C8C83B (or 0xC8C83B) is known color: Wattle. HEX triplet: C8, C8 and 3B. RGB value is (200,200,59). Sum of RGB (Red+Green+Blue) = 200+200+59=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C83B is #3737C4. Grayscale: #B8B8B8. Windows color (decimal): -3618757 or 3918024. OLE color: 3918024.
HSL color Cylindrical-coordinate representation of color #C8C83B: hue angle of 60º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8C83B is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 59 | - |
| CMYK | 0 | 0 | 0.70 | 0.22 |
| HSL | 60º | 0.56% | 0.51% | - |
| HSV(B) | 60º | 0.71% | 0.78% | - |
| XYZ | 45.26 | 53.9 | 12.16 | - |
| YUV | 183.93 | 57.5 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 59 | 0 | 0 | 0.70 | 0.22 | 60 | 0.56 | 0.51 |
| Hex | C8 | C8 | 3B | 0 | 0 | 46 | 16 | 3C | 38 | 33 |
| Octal | 310 | 310 | 73 | 0 | 0 | 106 | 26 | 74 | 70 | 63 |
| Binary | 11001000 | 11001000 | 111011 | 0 | 0 | 1000110 | 10110 | 111100 | 111000 | 110011 |
Color Harmonies of #C8C83B
Complementary color
Monochromatic Colors of #C8C83B
Black with #C8C83B
Text Example
Text Example
White with #C8C83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C83B; }
p { color: rgb(200,200,59); }
H1.HeaderClassName
{
color: #C8C83B;
}
.AnyTagClassName
{
color: #C8C83B;
}
</style>
background-color css
<style>
a { background-color: #C8C83B; }
a { background-color: rgb(200,200,59); }
div.DivClassName
{
background-color: #C8C83B;
}
.BgClassName
{
background-color: #C8C83B;
}
</style>
border-color css
<style>
span { border-color: #C8C83B; }
span { border-color: rgb(200,200,59); }
td.TdClassName
{
border-color: #C8C83B;
}
.TagClassName
{
border-color: #C8C83B;
}
</style>