Shades of Wattle #CFC948
Tints of Wattle #CFC948
RGB
CMYK
RGB Variations
Color information
#CFC948 (or 0xCFC948) is known color: Wattle. HEX triplet: CF, C9 and 48. RGB value is (207,201,72). Sum of RGB (Red+Green+Blue) = 207+201+72=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC948 is #3036B7. Grayscale: #BCBCBC. Windows color (decimal): -3159736 or 4770255. OLE color: 4770255.
HSL color Cylindrical-coordinate representation of color #CFC948: hue angle of 57.33º 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 #CFC948 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 72 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.19 |
| HSL | 57.33º | 0.58% | 0.55% | - |
| HSV(B) | 57.33º | 0.65% | 0.81% | - |
| XYZ | 47.79 | 55.51 | 14.33 | - |
| YUV | 188.09 | 62.49 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 72 | 0 | 0.03 | 0.65 | 0.19 | 57.33 | 0.58 | 0.55 |
| Hex | CF | C9 | 48 | 0 | 3 | 41 | 13 | 39 | 3A | 37 |
| Octal | 317 | 311 | 110 | 0 | 3 | 101 | 23 | 71 | 72 | 67 |
| Binary | 11001111 | 11001001 | 1001000 | 0 | 11 | 1000001 | 10011 | 111001 | 111010 | 110111 |
Color Harmonies of #CFC948
Complementary color
Monochromatic Colors of #CFC948
Black with #CFC948
Text Example
Text Example
White with #CFC948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC948; }
p { color: rgb(207,201,72); }
H1.HeaderClassName
{
color: #CFC948;
}
.AnyTagClassName
{
color: #CFC948;
}
</style>
background-color css
<style>
a { background-color: #CFC948; }
a { background-color: rgb(207,201,72); }
div.DivClassName
{
background-color: #CFC948;
}
.BgClassName
{
background-color: #CFC948;
}
</style>
border-color css
<style>
span { border-color: #CFC948; }
span { border-color: rgb(207,201,72); }
td.TdClassName
{
border-color: #CFC948;
}
.TagClassName
{
border-color: #CFC948;
}
</style>