Shades of Wattle #C8CB39
Tints of Wattle #C8CB39
RGB
CMYK
RGB Variations
Color information
#C8CB39 (or 0xC8CB39) is known color: Wattle. HEX triplet: C8, CB and 39. RGB value is (200,203,57). Sum of RGB (Red+Green+Blue) = 200+203+57=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 57 (22.66% from 255 or 12.39% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CB39 is #3734C6. Grayscale: #BABABA. Windows color (decimal): -3617991 or 3787720. OLE color: 3787720.
HSL color Cylindrical-coordinate representation of color #C8CB39: hue angle of 61.23º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8CB39 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 203 | 57 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.20 |
| HSL | 61.23º | 0.58% | 0.51% | - |
| HSV(B) | 61.23º | 0.72% | 0.8% | - |
| XYZ | 45.91 | 55.29 | 12.12 | - |
| YUV | 185.46 | 55.51 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 57 | 0.01 | 0 | 0.72 | 0.20 | 61.23 | 0.58 | 0.51 |
| Hex | C8 | CB | 39 | 1 | 0 | 48 | 14 | 3D | 3A | 33 |
| Octal | 310 | 313 | 71 | 1 | 0 | 110 | 24 | 75 | 72 | 63 |
| Binary | 11001000 | 11001011 | 111001 | 1 | 0 | 1001000 | 10100 | 111101 | 111010 | 110011 |
Color Harmonies of #C8CB39
Complementary color
Monochromatic Colors of #C8CB39
Black with #C8CB39
Text Example
Text Example
White with #C8CB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CB39; }
p { color: rgb(200,203,57); }
H1.HeaderClassName
{
color: #C8CB39;
}
.AnyTagClassName
{
color: #C8CB39;
}
</style>
background-color css
<style>
a { background-color: #C8CB39; }
a { background-color: rgb(200,203,57); }
div.DivClassName
{
background-color: #C8CB39;
}
.BgClassName
{
background-color: #C8CB39;
}
</style>
border-color css
<style>
span { border-color: #C8CB39; }
span { border-color: rgb(200,203,57); }
td.TdClassName
{
border-color: #C8CB39;
}
.TagClassName
{
border-color: #C8CB39;
}
</style>