Shades of Wattle #CBC143
Tints of Wattle #CBC143
RGB
CMYK
RGB Variations
Color information
#CBC143 (or 0xCBC143) is known color: Wattle. HEX triplet: CB, C1 and 43. RGB value is (203,193,67). Sum of RGB (Red+Green+Blue) = 203+193+67=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 67 (26.56% from 255 or 14.47% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC143 is #343EBC. Grayscale: #B6B6B6. Windows color (decimal): -3423933 or 4440523. OLE color: 4440523.
HSL color Cylindrical-coordinate representation of color #CBC143: hue angle of 55.59º 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 #CBC143 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 67 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.20 |
| HSL | 55.59º | 0.57% | 0.53% | - |
| HSV(B) | 55.59º | 0.67% | 0.8% | - |
| XYZ | 44.71 | 51.24 | 12.84 | - |
| YUV | 181.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 67 | 0 | 0.05 | 0.67 | 0.20 | 55.59 | 0.57 | 0.53 |
| Hex | CB | C1 | 43 | 0 | 5 | 43 | 14 | 38 | 39 | 35 |
| Octal | 313 | 301 | 103 | 0 | 5 | 103 | 24 | 70 | 71 | 65 |
| Binary | 11001011 | 11000001 | 1000011 | 0 | 101 | 1000011 | 10100 | 111000 | 111001 | 110101 |
Color Harmonies of #CBC143
Complementary color
Monochromatic Colors of #CBC143
Black with #CBC143
Text Example
Text Example
White with #CBC143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC143; }
p { color: rgb(203,193,67); }
H1.HeaderClassName
{
color: #CBC143;
}
.AnyTagClassName
{
color: #CBC143;
}
</style>
background-color css
<style>
a { background-color: #CBC143; }
a { background-color: rgb(203,193,67); }
div.DivClassName
{
background-color: #CBC143;
}
.BgClassName
{
background-color: #CBC143;
}
</style>
border-color css
<style>
span { border-color: #CBC143; }
span { border-color: rgb(203,193,67); }
td.TdClassName
{
border-color: #CBC143;
}
.TagClassName
{
border-color: #CBC143;
}
</style>