Shades of Wattle #CFC346
Tints of Wattle #CFC346
RGB
CMYK
RGB Variations
Color information
#CFC346 (or 0xCFC346) is known color: Wattle. HEX triplet: CF, C3 and 46. RGB value is (207,195,70). Sum of RGB (Red+Green+Blue) = 207+195+70=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC346 is #303CB9. Grayscale: #B8B8B8. Windows color (decimal): -3161274 or 4637647. OLE color: 4637647.
HSL color Cylindrical-coordinate representation of color #CFC346: hue angle of 54.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFC346 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 70 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.19 |
| HSL | 54.74º | 0.59% | 0.54% | - |
| HSV(B) | 54.74º | 0.66% | 0.81% | - |
| XYZ | 46.35 | 52.74 | 13.53 | - |
| YUV | 184.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 70 | 0 | 0.06 | 0.66 | 0.19 | 54.74 | 0.59 | 0.54 |
| Hex | CF | C3 | 46 | 0 | 6 | 42 | 13 | 37 | 3B | 36 |
| Octal | 317 | 303 | 106 | 0 | 6 | 102 | 23 | 67 | 73 | 66 |
| Binary | 11001111 | 11000011 | 1000110 | 0 | 110 | 1000010 | 10011 | 110111 | 111011 | 110110 |
Color Harmonies of #CFC346
Complementary color
Monochromatic Colors of #CFC346
Black with #CFC346
Text Example
Text Example
White with #CFC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC346; }
p { color: rgb(207,195,70); }
H1.HeaderClassName
{
color: #CFC346;
}
.AnyTagClassName
{
color: #CFC346;
}
</style>
background-color css
<style>
a { background-color: #CFC346; }
a { background-color: rgb(207,195,70); }
div.DivClassName
{
background-color: #CFC346;
}
.BgClassName
{
background-color: #CFC346;
}
</style>
border-color css
<style>
span { border-color: #CFC346; }
span { border-color: rgb(207,195,70); }
td.TdClassName
{
border-color: #CFC346;
}
.TagClassName
{
border-color: #CFC346;
}
</style>