Shades of Wattle #C8CA3D
Tints of Wattle #C8CA3D
RGB
CMYK
RGB Variations
Color information
#C8CA3D (or 0xC8CA3D) is known color: Wattle. HEX triplet: C8, CA and 3D. RGB value is (200,202,61). Sum of RGB (Red+Green+Blue) = 200+202+61=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA3D is #3735C2. Grayscale: #B9B9B9. Windows color (decimal): -3618243 or 4049608. OLE color: 4049608.
HSL color Cylindrical-coordinate representation of color #C8CA3D: hue angle of 60.85º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8CA3D is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 61 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.21 |
| HSL | 60.85º | 0.57% | 0.52% | - |
| HSV(B) | 60.85º | 0.7% | 0.79% | - |
| XYZ | 45.78 | 54.86 | 12.59 | - |
| YUV | 185.33 | 57.84 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 61 | 0.01 | 0 | 0.70 | 0.21 | 60.85 | 0.57 | 0.52 |
| Hex | C8 | CA | 3D | 1 | 0 | 46 | 15 | 3D | 39 | 34 |
| Octal | 310 | 312 | 75 | 1 | 0 | 106 | 25 | 75 | 71 | 64 |
| Binary | 11001000 | 11001010 | 111101 | 1 | 0 | 1000110 | 10101 | 111101 | 111001 | 110100 |
Color Harmonies of #C8CA3D
Complementary color
Monochromatic Colors of #C8CA3D
Black with #C8CA3D
Text Example
Text Example
White with #C8CA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA3D; }
p { color: rgb(200,202,61); }
H1.HeaderClassName
{
color: #C8CA3D;
}
.AnyTagClassName
{
color: #C8CA3D;
}
</style>
background-color css
<style>
a { background-color: #C8CA3D; }
a { background-color: rgb(200,202,61); }
div.DivClassName
{
background-color: #C8CA3D;
}
.BgClassName
{
background-color: #C8CA3D;
}
</style>
border-color css
<style>
span { border-color: #C8CA3D; }
span { border-color: rgb(200,202,61); }
td.TdClassName
{
border-color: #C8CA3D;
}
.TagClassName
{
border-color: #C8CA3D;
}
</style>