Shades of Wattle #C8CA3B
Tints of Wattle #C8CA3B
RGB
CMYK
RGB Variations
Color information
#C8CA3B (or 0xC8CA3B) is known color: Wattle. HEX triplet: C8, CA and 3B. RGB value is (200,202,59). Sum of RGB (Red+Green+Blue) = 200+202+59=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA3B is #3735C4. Grayscale: #B9B9B9. Windows color (decimal): -3618245 or 3918536. OLE color: 3918536.
HSL color Cylindrical-coordinate representation of color #C8CA3B: hue angle of 60.84º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8CA3B is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 59 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.21 |
| HSL | 60.84º | 0.57% | 0.51% | - |
| HSV(B) | 60.84º | 0.71% | 0.79% | - |
| XYZ | 45.73 | 54.84 | 12.31 | - |
| YUV | 185.1 | 56.84 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 59 | 0.01 | 0 | 0.71 | 0.21 | 60.84 | 0.57 | 0.51 |
| Hex | C8 | CA | 3B | 1 | 0 | 47 | 15 | 3D | 39 | 33 |
| Octal | 310 | 312 | 73 | 1 | 0 | 107 | 25 | 75 | 71 | 63 |
| Binary | 11001000 | 11001010 | 111011 | 1 | 0 | 1000111 | 10101 | 111101 | 111001 | 110011 |
Color Harmonies of #C8CA3B
Complementary color
Monochromatic Colors of #C8CA3B
Black with #C8CA3B
Text Example
Text Example
White with #C8CA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA3B; }
p { color: rgb(200,202,59); }
H1.HeaderClassName
{
color: #C8CA3B;
}
.AnyTagClassName
{
color: #C8CA3B;
}
</style>
background-color css
<style>
a { background-color: #C8CA3B; }
a { background-color: rgb(200,202,59); }
div.DivClassName
{
background-color: #C8CA3B;
}
.BgClassName
{
background-color: #C8CA3B;
}
</style>
border-color css
<style>
span { border-color: #C8CA3B; }
span { border-color: rgb(200,202,59); }
td.TdClassName
{
border-color: #C8CA3B;
}
.TagClassName
{
border-color: #C8CA3B;
}
</style>