Shades of Wattle #C8CA39
Tints of Wattle #C8CA39
RGB
CMYK
RGB Variations
Color information
#C8CA39 (or 0xC8CA39) is known color: Wattle. HEX triplet: C8, CA and 39. RGB value is (200,202,57). Sum of RGB (Red+Green+Blue) = 200+202+57=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 57 (22.66% from 255 or 12.42% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA39 is #3735C6. Grayscale: #B9B9B9. Windows color (decimal): -3618247 or 3787464. OLE color: 3787464.
HSL color Cylindrical-coordinate representation of color #C8CA39: hue angle of 60.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8CA39 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 57 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.21 |
| HSL | 60.83º | 0.58% | 0.51% | - |
| HSV(B) | 60.83º | 0.72% | 0.79% | - |
| XYZ | 45.68 | 54.82 | 12.04 | - |
| YUV | 184.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 57 | 0.01 | 0 | 0.72 | 0.21 | 60.83 | 0.58 | 0.51 |
| Hex | C8 | CA | 39 | 1 | 0 | 48 | 15 | 3D | 3A | 33 |
| Octal | 310 | 312 | 71 | 1 | 0 | 110 | 25 | 75 | 72 | 63 |
| Binary | 11001000 | 11001010 | 111001 | 1 | 0 | 1001000 | 10101 | 111101 | 111010 | 110011 |
Color Harmonies of #C8CA39
Complementary color
Monochromatic Colors of #C8CA39
Black with #C8CA39
Text Example
Text Example
White with #C8CA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA39; }
p { color: rgb(200,202,57); }
H1.HeaderClassName
{
color: #C8CA39;
}
.AnyTagClassName
{
color: #C8CA39;
}
</style>
background-color css
<style>
a { background-color: #C8CA39; }
a { background-color: rgb(200,202,57); }
div.DivClassName
{
background-color: #C8CA39;
}
.BgClassName
{
background-color: #C8CA39;
}
</style>
border-color css
<style>
span { border-color: #C8CA39; }
span { border-color: rgb(200,202,57); }
td.TdClassName
{
border-color: #C8CA39;
}
.TagClassName
{
border-color: #C8CA39;
}
</style>