Shades of Wattle #CBC94A
Tints of Wattle #CBC94A
RGB
CMYK
RGB Variations
Color information
#CBC94A (or 0xCBC94A) is known color: Wattle. HEX triplet: CB, C9 and 4A. RGB value is (203,201,74). Sum of RGB (Red+Green+Blue) = 203+201+74=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC94A is #3436B5. Grayscale: #BBBBBB. Windows color (decimal): -3421878 or 4901323. OLE color: 4901323.
HSL color Cylindrical-coordinate representation of color #CBC94A: hue angle of 59.07º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBC94A is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 74 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.20 |
| HSL | 59.07º | 0.55% | 0.54% | - |
| HSV(B) | 59.07º | 0.64% | 0.8% | - |
| XYZ | 46.75 | 54.96 | 14.62 | - |
| YUV | 187.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 74 | 0 | 0.01 | 0.64 | 0.20 | 59.07 | 0.55 | 0.54 |
| Hex | CB | C9 | 4A | 0 | 1 | 40 | 14 | 3B | 37 | 36 |
| Octal | 313 | 311 | 112 | 0 | 1 | 100 | 24 | 73 | 67 | 66 |
| Binary | 11001011 | 11001001 | 1001010 | 0 | 1 | 1000000 | 10100 | 111011 | 110111 | 110110 |
Color Harmonies of #CBC94A
Complementary color
Monochromatic Colors of #CBC94A
Black with #CBC94A
Text Example
Text Example
White with #CBC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC94A; }
p { color: rgb(203,201,74); }
H1.HeaderClassName
{
color: #CBC94A;
}
.AnyTagClassName
{
color: #CBC94A;
}
</style>
background-color css
<style>
a { background-color: #CBC94A; }
a { background-color: rgb(203,201,74); }
div.DivClassName
{
background-color: #CBC94A;
}
.BgClassName
{
background-color: #CBC94A;
}
</style>
border-color css
<style>
span { border-color: #CBC94A; }
span { border-color: rgb(203,201,74); }
td.TdClassName
{
border-color: #CBC94A;
}
.TagClassName
{
border-color: #CBC94A;
}
</style>