Shades of Wattle #CBC344
Tints of Wattle #CBC344
RGB
CMYK
RGB Variations
Color information
#CBC344 (or 0xCBC344) is known color: Wattle. HEX triplet: CB, C3 and 44. RGB value is (203,195,68). Sum of RGB (Red+Green+Blue) = 203+195+68=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC344 is #343CBB. Grayscale: #B7B7B7. Windows color (decimal): -3423420 or 4506571. OLE color: 4506571.
HSL color Cylindrical-coordinate representation of color #CBC344: hue angle of 56.44º degrees, saturation: 0.56, 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 #CBC344 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 68 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.20 |
| HSL | 56.44º | 0.56% | 0.53% | - |
| HSV(B) | 56.44º | 0.67% | 0.8% | - |
| XYZ | 45.19 | 52.14 | 13.15 | - |
| YUV | 182.91 | 63.15 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 68 | 0 | 0.04 | 0.67 | 0.20 | 56.44 | 0.56 | 0.53 |
| Hex | CB | C3 | 44 | 0 | 4 | 43 | 14 | 38 | 38 | 35 |
| Octal | 313 | 303 | 104 | 0 | 4 | 103 | 24 | 70 | 70 | 65 |
| Binary | 11001011 | 11000011 | 1000100 | 0 | 100 | 1000011 | 10100 | 111000 | 111000 | 110101 |
Color Harmonies of #CBC344
Complementary color
Monochromatic Colors of #CBC344
Black with #CBC344
Text Example
Text Example
White with #CBC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC344; }
p { color: rgb(203,195,68); }
H1.HeaderClassName
{
color: #CBC344;
}
.AnyTagClassName
{
color: #CBC344;
}
</style>
background-color css
<style>
a { background-color: #CBC344; }
a { background-color: rgb(203,195,68); }
div.DivClassName
{
background-color: #CBC344;
}
.BgClassName
{
background-color: #CBC344;
}
</style>
border-color css
<style>
span { border-color: #CBC344; }
span { border-color: rgb(203,195,68); }
td.TdClassName
{
border-color: #CBC344;
}
.TagClassName
{
border-color: #CBC344;
}
</style>