Shades of Wattle #C8C34C
Tints of Wattle #C8C34C
RGB
CMYK
RGB Variations
Color information
#C8C34C (or 0xC8C34C) is known color: Wattle. HEX triplet: C8, C3 and 4C. RGB value is (200,195,76). Sum of RGB (Red+Green+Blue) = 200+195+76=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C34C is #373CB3. Grayscale: #B7B7B7. Windows color (decimal): -3620020 or 5030856. OLE color: 5030856.
HSL color Cylindrical-coordinate representation of color #C8C34C: hue angle of 57.58º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8C34C is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 76 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.22 |
| HSL | 57.58º | 0.53% | 0.54% | - |
| HSV(B) | 57.58º | 0.62% | 0.78% | - |
| XYZ | 44.64 | 51.83 | 14.49 | - |
| YUV | 182.93 | 67.66 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 76 | 0 | 0.02 | 0.62 | 0.22 | 57.58 | 0.53 | 0.54 |
| Hex | C8 | C3 | 4C | 0 | 2 | 3E | 16 | 3A | 35 | 36 |
| Octal | 310 | 303 | 114 | 0 | 2 | 76 | 26 | 72 | 65 | 66 |
| Binary | 11001000 | 11000011 | 1001100 | 0 | 10 | 111110 | 10110 | 111010 | 110101 | 110110 |
Color Harmonies of #C8C34C
Complementary color
Monochromatic Colors of #C8C34C
Black with #C8C34C
Text Example
Text Example
White with #C8C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C34C; }
p { color: rgb(200,195,76); }
H1.HeaderClassName
{
color: #C8C34C;
}
.AnyTagClassName
{
color: #C8C34C;
}
</style>
background-color css
<style>
a { background-color: #C8C34C; }
a { background-color: rgb(200,195,76); }
div.DivClassName
{
background-color: #C8C34C;
}
.BgClassName
{
background-color: #C8C34C;
}
</style>
border-color css
<style>
span { border-color: #C8C34C; }
span { border-color: rgb(200,195,76); }
td.TdClassName
{
border-color: #C8C34C;
}
.TagClassName
{
border-color: #C8C34C;
}
</style>