Shades of Wattle #C8CB42
Tints of Wattle #C8CB42
RGB
CMYK
RGB Variations
Color information
#C8CB42 (or 0xC8CB42) is known color: Wattle. HEX triplet: C8, CB and 42. RGB value is (200,203,66). Sum of RGB (Red+Green+Blue) = 200+203+66=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CB42 is #3734BD. Grayscale: #BBBBBB. Windows color (decimal): -3617982 or 4377544. OLE color: 4377544.
HSL color Cylindrical-coordinate representation of color #C8CB42: hue angle of 61.31º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8CB42 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 203 | 66 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.20 |
| HSL | 61.31º | 0.57% | 0.53% | - |
| HSV(B) | 61.31º | 0.67% | 0.8% | - |
| XYZ | 46.16 | 55.38 | 13.41 | - |
| YUV | 186.49 | 60.01 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 66 | 0.01 | 0 | 0.67 | 0.20 | 61.31 | 0.57 | 0.53 |
| Hex | C8 | CB | 42 | 1 | 0 | 43 | 14 | 3D | 39 | 35 |
| Octal | 310 | 313 | 102 | 1 | 0 | 103 | 24 | 75 | 71 | 65 |
| Binary | 11001000 | 11001011 | 1000010 | 1 | 0 | 1000011 | 10100 | 111101 | 111001 | 110101 |
Color Harmonies of #C8CB42
Complementary color
Monochromatic Colors of #C8CB42
Black with #C8CB42
Text Example
Text Example
White with #C8CB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CB42; }
p { color: rgb(200,203,66); }
H1.HeaderClassName
{
color: #C8CB42;
}
.AnyTagClassName
{
color: #C8CB42;
}
</style>
background-color css
<style>
a { background-color: #C8CB42; }
a { background-color: rgb(200,203,66); }
div.DivClassName
{
background-color: #C8CB42;
}
.BgClassName
{
background-color: #C8CB42;
}
</style>
border-color css
<style>
span { border-color: #C8CB42; }
span { border-color: rgb(200,203,66); }
td.TdClassName
{
border-color: #C8CB42;
}
.TagClassName
{
border-color: #C8CB42;
}
</style>