Shades of Wattle #C8C23C
Tints of Wattle #C8C23C
RGB
CMYK
RGB Variations
Color information
#C8C23C (or 0xC8C23C) is known color: Wattle. HEX triplet: C8, C2 and 3C. RGB value is (200,194,60). Sum of RGB (Red+Green+Blue) = 200+194+60=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C23C is #373DC3. Grayscale: #B5B5B5. Windows color (decimal): -3620292 or 3982024. OLE color: 3982024.
HSL color Cylindrical-coordinate representation of color #C8C23C: hue angle of 57.43º 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 #C8C23C is Cyan = 0, Magento = 0.03, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 60 | - |
| CMYK | 0 | 0.03 | 0.7 | 0.22 |
| HSL | 57.43º | 0.56% | 0.51% | - |
| HSV(B) | 57.43º | 0.7% | 0.78% | - |
| XYZ | 43.93 | 51.19 | 11.84 | - |
| YUV | 180.52 | 59.99 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 60 | 0 | 0.03 | 0.7 | 0.22 | 57.43 | 0.56 | 0.51 |
| Hex | C8 | C2 | 3C | 0 | 3 | 46 | 16 | 39 | 38 | 33 |
| Octal | 310 | 302 | 74 | 0 | 3 | 106 | 26 | 71 | 70 | 63 |
| Binary | 11001000 | 11000010 | 111100 | 0 | 11 | 1000110 | 10110 | 111001 | 111000 | 110011 |
Color Harmonies of #C8C23C
Complementary color
Monochromatic Colors of #C8C23C
Black with #C8C23C
Text Example
Text Example
White with #C8C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C23C; }
p { color: rgb(200,194,60); }
H1.HeaderClassName
{
color: #C8C23C;
}
.AnyTagClassName
{
color: #C8C23C;
}
</style>
background-color css
<style>
a { background-color: #C8C23C; }
a { background-color: rgb(200,194,60); }
div.DivClassName
{
background-color: #C8C23C;
}
.BgClassName
{
background-color: #C8C23C;
}
</style>
border-color css
<style>
span { border-color: #C8C23C; }
span { border-color: rgb(200,194,60); }
td.TdClassName
{
border-color: #C8C23C;
}
.TagClassName
{
border-color: #C8C23C;
}
</style>