Shades of Wattle #CBCB42
Tints of Wattle #CBCB42
RGB
CMYK
RGB Variations
Color information
#CBCB42 (or 0xCBCB42) is known color: Wattle. HEX triplet: CB, CB and 42. RGB value is (203,203,66). Sum of RGB (Red+Green+Blue) = 203+203+66=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCB42 is #3434BD. Grayscale: #BBBBBB. Windows color (decimal): -3421374 or 4377547. OLE color: 4377547.
HSL color Cylindrical-coordinate representation of color #CBCB42: hue angle of 60º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBCB42 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 66 | - |
| CMYK | 0 | 0 | 0.67 | 0.20 |
| HSL | 60º | 0.57% | 0.53% | - |
| HSV(B) | 60º | 0.67% | 0.8% | - |
| XYZ | 46.97 | 55.8 | 13.45 | - |
| YUV | 187.38 | 59.5 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 66 | 0 | 0 | 0.67 | 0.20 | 60 | 0.57 | 0.53 |
| Hex | CB | CB | 42 | 0 | 0 | 43 | 14 | 3C | 39 | 35 |
| Octal | 313 | 313 | 102 | 0 | 0 | 103 | 24 | 74 | 71 | 65 |
| Binary | 11001011 | 11001011 | 1000010 | 0 | 0 | 1000011 | 10100 | 111100 | 111001 | 110101 |
Color Harmonies of #CBCB42
Complementary color
Monochromatic Colors of #CBCB42
Black with #CBCB42
Text Example
Text Example
White with #CBCB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCB42; }
p { color: rgb(203,203,66); }
H1.HeaderClassName
{
color: #CBCB42;
}
.AnyTagClassName
{
color: #CBCB42;
}
</style>
background-color css
<style>
a { background-color: #CBCB42; }
a { background-color: rgb(203,203,66); }
div.DivClassName
{
background-color: #CBCB42;
}
.BgClassName
{
background-color: #CBCB42;
}
</style>
border-color css
<style>
span { border-color: #CBCB42; }
span { border-color: rgb(203,203,66); }
td.TdClassName
{
border-color: #CBCB42;
}
.TagClassName
{
border-color: #CBCB42;
}
</style>