Shades of Wattle #CBC336
Tints of Wattle #CBC336
RGB
CMYK
RGB Variations
Color information
#CBC336 (or 0xCBC336) is known color: Wattle. HEX triplet: CB, C3 and 36. RGB value is (203,195,54). Sum of RGB (Red+Green+Blue) = 203+195+54=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 54 (21.48% from 255 or 11.95% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC336 is #343CC9. Grayscale: #B5B5B5. Windows color (decimal): -3423434 or 3589067. OLE color: 3589067.
HSL color Cylindrical-coordinate representation of color #CBC336: hue angle of 56.78º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBC336 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 54 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.20 |
| HSL | 56.78º | 0.59% | 0.5% | - |
| HSV(B) | 56.78º | 0.73% | 0.8% | - |
| XYZ | 44.81 | 51.99 | 11.16 | - |
| YUV | 181.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 54 | 0 | 0.04 | 0.73 | 0.20 | 56.78 | 0.59 | 0.5 |
| Hex | CB | C3 | 36 | 0 | 4 | 49 | 14 | 39 | 3B | 32 |
| Octal | 313 | 303 | 66 | 0 | 4 | 111 | 24 | 71 | 73 | 62 |
| Binary | 11001011 | 11000011 | 110110 | 0 | 100 | 1001001 | 10100 | 111001 | 111011 | 110010 |
Color Harmonies of #CBC336
Complementary color
Monochromatic Colors of #CBC336
Black with #CBC336
Text Example
Text Example
White with #CBC336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC336; }
p { color: rgb(203,195,54); }
H1.HeaderClassName
{
color: #CBC336;
}
.AnyTagClassName
{
color: #CBC336;
}
</style>
background-color css
<style>
a { background-color: #CBC336; }
a { background-color: rgb(203,195,54); }
div.DivClassName
{
background-color: #CBC336;
}
.BgClassName
{
background-color: #CBC336;
}
</style>
border-color css
<style>
span { border-color: #CBC336; }
span { border-color: rgb(203,195,54); }
td.TdClassName
{
border-color: #CBC336;
}
.TagClassName
{
border-color: #CBC336;
}
</style>