Shades of Wattle #CBC94F
Tints of Wattle #CBC94F
RGB
CMYK
RGB Variations
Color information
#CBC94F (or 0xCBC94F) is known color: Wattle. HEX triplet: CB, C9 and 4F. RGB value is (203,201,79). Sum of RGB (Red+Green+Blue) = 203+201+79=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC94F is #3436B0. Grayscale: #BCBCBC. Windows color (decimal): -3421873 or 5229003. OLE color: 5229003.
HSL color Cylindrical-coordinate representation of color #CBC94F: hue angle of 59.03º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBC94F is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 79 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.20 |
| HSL | 59.03º | 0.54% | 0.55% | - |
| HSV(B) | 59.03º | 0.61% | 0.8% | - |
| XYZ | 46.93 | 55.03 | 15.55 | - |
| YUV | 187.69 | 66.66 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 79 | 0 | 0.01 | 0.61 | 0.20 | 59.03 | 0.54 | 0.55 |
| Hex | CB | C9 | 4F | 0 | 1 | 3D | 14 | 3B | 36 | 37 |
| Octal | 313 | 311 | 117 | 0 | 1 | 75 | 24 | 73 | 66 | 67 |
| Binary | 11001011 | 11001001 | 1001111 | 0 | 1 | 111101 | 10100 | 111011 | 110110 | 110111 |
Color Harmonies of #CBC94F
Complementary color
Monochromatic Colors of #CBC94F
Black with #CBC94F
Text Example
Text Example
White with #CBC94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC94F; }
p { color: rgb(203,201,79); }
H1.HeaderClassName
{
color: #CBC94F;
}
.AnyTagClassName
{
color: #CBC94F;
}
</style>
background-color css
<style>
a { background-color: #CBC94F; }
a { background-color: rgb(203,201,79); }
div.DivClassName
{
background-color: #CBC94F;
}
.BgClassName
{
background-color: #CBC94F;
}
</style>
border-color css
<style>
span { border-color: #CBC94F; }
span { border-color: rgb(203,201,79); }
td.TdClassName
{
border-color: #CBC94F;
}
.TagClassName
{
border-color: #CBC94F;
}
</style>