Shades of Wattle #CBC241
Tints of Wattle #CBC241
RGB
CMYK
RGB Variations
Color information
#CBC241 (or 0xCBC241) is known color: Wattle. HEX triplet: CB, C2 and 41. RGB value is (203,194,65). Sum of RGB (Red+Green+Blue) = 203+194+65=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC241 is #343DBE. Grayscale: #B6B6B6. Windows color (decimal): -3423679 or 4309707. OLE color: 4309707.
HSL color Cylindrical-coordinate representation of color #CBC241: hue angle of 56.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBC241 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 65 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.20 |
| HSL | 56.09º | 0.57% | 0.53% | - |
| HSV(B) | 56.09º | 0.68% | 0.8% | - |
| XYZ | 44.87 | 51.66 | 12.61 | - |
| YUV | 181.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 65 | 0 | 0.04 | 0.68 | 0.20 | 56.09 | 0.57 | 0.53 |
| Hex | CB | C2 | 41 | 0 | 4 | 44 | 14 | 38 | 39 | 35 |
| Octal | 313 | 302 | 101 | 0 | 4 | 104 | 24 | 70 | 71 | 65 |
| Binary | 11001011 | 11000010 | 1000001 | 0 | 100 | 1000100 | 10100 | 111000 | 111001 | 110101 |
Color Harmonies of #CBC241
Complementary color
Monochromatic Colors of #CBC241
Black with #CBC241
Text Example
Text Example
White with #CBC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC241; }
p { color: rgb(203,194,65); }
H1.HeaderClassName
{
color: #CBC241;
}
.AnyTagClassName
{
color: #CBC241;
}
</style>
background-color css
<style>
a { background-color: #CBC241; }
a { background-color: rgb(203,194,65); }
div.DivClassName
{
background-color: #CBC241;
}
.BgClassName
{
background-color: #CBC241;
}
</style>
border-color css
<style>
span { border-color: #CBC241; }
span { border-color: rgb(203,194,65); }
td.TdClassName
{
border-color: #CBC241;
}
.TagClassName
{
border-color: #CBC241;
}
</style>