Shades of Wattle #C8C835
Tints of Wattle #C8C835
RGB
CMYK
RGB Variations
Color information
#C8C835 (or 0xC8C835) is known color: Wattle. HEX triplet: C8, C8 and 35. RGB value is (200,200,53). Sum of RGB (Red+Green+Blue) = 200+200+53=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 53 (21.09% from 255 or 11.70% from 453); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C835 is #3737CA. Grayscale: #B7B7B7. Windows color (decimal): -3618763 or 3524808. OLE color: 3524808.
HSL color Cylindrical-coordinate representation of color #C8C835: hue angle of 60º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8C835 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 200 | 53 | - |
CMYK | 0 | 0 | 0.74 | 0.22 |
HSL | 60º | 0.58% | 0.5% | - |
HSV(B) | 60º | 0.74% | 0.78% | - |
XYZ | 45.12 | 53.84 | 11.38 | - |
YUV | 183.24 | 54.5 | 139.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 200 | 53 | 0 | 0 | 0.74 | 0.22 | 60 | 0.58 | 0.5 |
Hex | C8 | C8 | 35 | 0 | 0 | 4A | 16 | 3C | 3A | 32 |
Octal | 310 | 310 | 65 | 0 | 0 | 112 | 26 | 74 | 72 | 62 |
Binary | 11001000 | 11001000 | 110101 | 0 | 0 | 1001010 | 10110 | 111100 | 111010 | 110010 |
Color Harmonies of #C8C835
Complementary color
Monochromatic Colors of #C8C835
Black with #C8C835
Text Example
Text Example
White with #C8C835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C835; }
p { color: rgb(200,200,53); }
H1.HeaderClassName
{
color: #C8C835;
}
.AnyTagClassName
{
color: #C8C835;
}
</style>
background-color css
<style>
a { background-color: #C8C835; }
a { background-color: rgb(200,200,53); }
div.DivClassName
{
background-color: #C8C835;
}
.BgClassName
{
background-color: #C8C835;
}
</style>
border-color css
<style>
span { border-color: #C8C835; }
span { border-color: rgb(200,200,53); }
td.TdClassName
{
border-color: #C8C835;
}
.TagClassName
{
border-color: #C8C835;
}
</style>