Shades of Wattle #CFC145
Tints of Wattle #CFC145
RGB
CMYK
RGB Variations
Color information
#CFC145 (or 0xCFC145) is known color: Wattle. HEX triplet: CF, C1 and 45. RGB value is (207,193,69). Sum of RGB (Red+Green+Blue) = 207+193+69=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC145 is #303EBA. Grayscale: #B7B7B7. Windows color (decimal): -3161787 or 4571599. OLE color: 4571599.
HSL color Cylindrical-coordinate representation of color #CFC145: hue angle of 53.91º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFC145 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 69 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.19 |
| HSL | 53.91º | 0.59% | 0.54% | - |
| HSV(B) | 53.91º | 0.67% | 0.81% | - |
| XYZ | 45.88 | 51.84 | 13.22 | - |
| YUV | 183.05 | 63.64 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 69 | 0 | 0.07 | 0.67 | 0.19 | 53.91 | 0.59 | 0.54 |
| Hex | CF | C1 | 45 | 0 | 7 | 43 | 13 | 36 | 3B | 36 |
| Octal | 317 | 301 | 105 | 0 | 7 | 103 | 23 | 66 | 73 | 66 |
| Binary | 11001111 | 11000001 | 1000101 | 0 | 111 | 1000011 | 10011 | 110110 | 111011 | 110110 |
Color Harmonies of #CFC145
Complementary color
Monochromatic Colors of #CFC145
Black with #CFC145
Text Example
Text Example
White with #CFC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC145; }
p { color: rgb(207,193,69); }
H1.HeaderClassName
{
color: #CFC145;
}
.AnyTagClassName
{
color: #CFC145;
}
</style>
background-color css
<style>
a { background-color: #CFC145; }
a { background-color: rgb(207,193,69); }
div.DivClassName
{
background-color: #CFC145;
}
.BgClassName
{
background-color: #CFC145;
}
</style>
border-color css
<style>
span { border-color: #CFC145; }
span { border-color: rgb(207,193,69); }
td.TdClassName
{
border-color: #CFC145;
}
.TagClassName
{
border-color: #CFC145;
}
</style>