Shades of Wattle #CBC04C
Tints of Wattle #CBC04C
RGB
CMYK
RGB Variations
Color information
#CBC04C (or 0xCBC04C) is known color: Wattle. HEX triplet: CB, C0 and 4C. RGB value is (203,192,76). Sum of RGB (Red+Green+Blue) = 203+192+76=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC04C is #343FB3. Grayscale: #B6B6B6. Windows color (decimal): -3424180 or 5030091. OLE color: 5030091.
HSL color Cylindrical-coordinate representation of color #CBC04C: hue angle of 54.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBC04C is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 76 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.20 |
| HSL | 54.8º | 0.55% | 0.55% | - |
| HSV(B) | 54.8º | 0.63% | 0.8% | - |
| XYZ | 44.78 | 50.92 | 14.31 | - |
| YUV | 182.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 76 | 0 | 0.05 | 0.63 | 0.20 | 54.8 | 0.55 | 0.55 |
| Hex | CB | C0 | 4C | 0 | 5 | 3F | 14 | 37 | 37 | 37 |
| Octal | 313 | 300 | 114 | 0 | 5 | 77 | 24 | 67 | 67 | 67 |
| Binary | 11001011 | 11000000 | 1001100 | 0 | 101 | 111111 | 10100 | 110111 | 110111 | 110111 |
Color Harmonies of #CBC04C
Complementary color
Monochromatic Colors of #CBC04C
Black with #CBC04C
Text Example
Text Example
White with #CBC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC04C; }
p { color: rgb(203,192,76); }
H1.HeaderClassName
{
color: #CBC04C;
}
.AnyTagClassName
{
color: #CBC04C;
}
</style>
background-color css
<style>
a { background-color: #CBC04C; }
a { background-color: rgb(203,192,76); }
div.DivClassName
{
background-color: #CBC04C;
}
.BgClassName
{
background-color: #CBC04C;
}
</style>
border-color css
<style>
span { border-color: #CBC04C; }
span { border-color: rgb(203,192,76); }
td.TdClassName
{
border-color: #CBC04C;
}
.TagClassName
{
border-color: #CBC04C;
}
</style>