Shades of Wattle #CBC345
Tints of Wattle #CBC345
RGB
CMYK
RGB Variations
Color information
#CBC345 (or 0xCBC345) is known color: Wattle. HEX triplet: CB, C3 and 45. RGB value is (203,195,69). Sum of RGB (Red+Green+Blue) = 203+195+69=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC345 is #343CBA. Grayscale: #B7B7B7. Windows color (decimal): -3423419 or 4572107. OLE color: 4572107.
HSL color Cylindrical-coordinate representation of color #CBC345: hue angle of 56.42º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBC345 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 69 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.20 |
| HSL | 56.42º | 0.56% | 0.53% | - |
| HSV(B) | 56.42º | 0.66% | 0.8% | - |
| XYZ | 45.22 | 52.16 | 13.31 | - |
| YUV | 183.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 69 | 0 | 0.04 | 0.66 | 0.20 | 56.42 | 0.56 | 0.53 |
| Hex | CB | C3 | 45 | 0 | 4 | 42 | 14 | 38 | 38 | 35 |
| Octal | 313 | 303 | 105 | 0 | 4 | 102 | 24 | 70 | 70 | 65 |
| Binary | 11001011 | 11000011 | 1000101 | 0 | 100 | 1000010 | 10100 | 111000 | 111000 | 110101 |
Color Harmonies of #CBC345
Complementary color
Monochromatic Colors of #CBC345
Black with #CBC345
Text Example
Text Example
White with #CBC345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC345; }
p { color: rgb(203,195,69); }
H1.HeaderClassName
{
color: #CBC345;
}
.AnyTagClassName
{
color: #CBC345;
}
</style>
background-color css
<style>
a { background-color: #CBC345; }
a { background-color: rgb(203,195,69); }
div.DivClassName
{
background-color: #CBC345;
}
.BgClassName
{
background-color: #CBC345;
}
</style>
border-color css
<style>
span { border-color: #CBC345; }
span { border-color: rgb(203,195,69); }
td.TdClassName
{
border-color: #CBC345;
}
.TagClassName
{
border-color: #CBC345;
}
</style>