Shades of Wattle #CFC448
Tints of Wattle #CFC448
RGB
CMYK
RGB Variations
Color information
#CFC448 (or 0xCFC448) is known color: Wattle. HEX triplet: CF, C4 and 48. RGB value is (207,196,72). Sum of RGB (Red+Green+Blue) = 207+196+72=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC448 is #303BB7. Grayscale: #B9B9B9. Windows color (decimal): -3161016 or 4768975. OLE color: 4768975.
HSL color Cylindrical-coordinate representation of color #CFC448: hue angle of 55.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFC448 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 72 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.19 |
| HSL | 55.11º | 0.58% | 0.55% | - |
| HSV(B) | 55.11º | 0.65% | 0.81% | - |
| XYZ | 46.64 | 53.21 | 13.94 | - |
| YUV | 185.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 72 | 0 | 0.05 | 0.65 | 0.19 | 55.11 | 0.58 | 0.55 |
| Hex | CF | C4 | 48 | 0 | 5 | 41 | 13 | 37 | 3A | 37 |
| Octal | 317 | 304 | 110 | 0 | 5 | 101 | 23 | 67 | 72 | 67 |
| Binary | 11001111 | 11000100 | 1001000 | 0 | 101 | 1000001 | 10011 | 110111 | 111010 | 110111 |
Color Harmonies of #CFC448
Complementary color
Monochromatic Colors of #CFC448
Black with #CFC448
Text Example
Text Example
White with #CFC448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC448; }
p { color: rgb(207,196,72); }
H1.HeaderClassName
{
color: #CFC448;
}
.AnyTagClassName
{
color: #CFC448;
}
</style>
background-color css
<style>
a { background-color: #CFC448; }
a { background-color: rgb(207,196,72); }
div.DivClassName
{
background-color: #CFC448;
}
.BgClassName
{
background-color: #CFC448;
}
</style>
border-color css
<style>
span { border-color: #CFC448; }
span { border-color: rgb(207,196,72); }
td.TdClassName
{
border-color: #CFC448;
}
.TagClassName
{
border-color: #CFC448;
}
</style>