Shades of Wattle #CBC634
Tints of Wattle #CBC634
RGB
CMYK
RGB Variations
Color information
#CBC634 (or 0xCBC634) is known color: Wattle. HEX triplet: CB, C6 and 34. RGB value is (203,198,52). Sum of RGB (Red+Green+Blue) = 203+198+52=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC634 is #3439CB. Grayscale: #B7B7B7. Windows color (decimal): -3422668 or 3458763. OLE color: 3458763.
HSL color Cylindrical-coordinate representation of color #CBC634: hue angle of 58.01º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBC634 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 52 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.20 |
| HSL | 58.01º | 0.59% | 0.5% | - |
| HSV(B) | 58.01º | 0.74% | 0.8% | - |
| XYZ | 45.44 | 53.33 | 11.15 | - |
| YUV | 182.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 52 | 0 | 0.02 | 0.74 | 0.20 | 58.01 | 0.59 | 0.5 |
| Hex | CB | C6 | 34 | 0 | 2 | 4A | 14 | 3A | 3B | 32 |
| Octal | 313 | 306 | 64 | 0 | 2 | 112 | 24 | 72 | 73 | 62 |
| Binary | 11001011 | 11000110 | 110100 | 0 | 10 | 1001010 | 10100 | 111010 | 111011 | 110010 |
Color Harmonies of #CBC634
Complementary color
Monochromatic Colors of #CBC634
Black with #CBC634
Text Example
Text Example
White with #CBC634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC634; }
p { color: rgb(203,198,52); }
H1.HeaderClassName
{
color: #CBC634;
}
.AnyTagClassName
{
color: #CBC634;
}
</style>
background-color css
<style>
a { background-color: #CBC634; }
a { background-color: rgb(203,198,52); }
div.DivClassName
{
background-color: #CBC634;
}
.BgClassName
{
background-color: #CBC634;
}
</style>
border-color css
<style>
span { border-color: #CBC634; }
span { border-color: rgb(203,198,52); }
td.TdClassName
{
border-color: #CBC634;
}
.TagClassName
{
border-color: #CBC634;
}
</style>