Shades of Wattle #CFC832
Tints of Wattle #CFC832
RGB
CMYK
RGB Variations
Color information
#CFC832 (or 0xCFC832) is known color: Wattle. HEX triplet: CF, C8 and 32. RGB value is (207,200,50). Sum of RGB (Red+Green+Blue) = 207+200+50=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC832 is #3037CD. Grayscale: #B9B9B9. Windows color (decimal): -3160014 or 3328207. OLE color: 3328207.
HSL color Cylindrical-coordinate representation of color #CFC832: hue angle of 57.32º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFC832 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 50 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.19 |
| HSL | 57.32º | 0.62% | 0.5% | - |
| HSV(B) | 57.32º | 0.76% | 0.81% | - |
| XYZ | 46.96 | 54.8 | 11.12 | - |
| YUV | 184.99 | 51.82 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 50 | 0 | 0.03 | 0.76 | 0.19 | 57.32 | 0.62 | 0.5 |
| Hex | CF | C8 | 32 | 0 | 3 | 4C | 13 | 39 | 3E | 32 |
| Octal | 317 | 310 | 62 | 0 | 3 | 114 | 23 | 71 | 76 | 62 |
| Binary | 11001111 | 11001000 | 110010 | 0 | 11 | 1001100 | 10011 | 111001 | 111110 | 110010 |
Color Harmonies of #CFC832
Complementary color
Monochromatic Colors of #CFC832
Black with #CFC832
Text Example
Text Example
White with #CFC832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC832; }
p { color: rgb(207,200,50); }
H1.HeaderClassName
{
color: #CFC832;
}
.AnyTagClassName
{
color: #CFC832;
}
</style>
background-color css
<style>
a { background-color: #CFC832; }
a { background-color: rgb(207,200,50); }
div.DivClassName
{
background-color: #CFC832;
}
.BgClassName
{
background-color: #CFC832;
}
</style>
border-color css
<style>
span { border-color: #CFC832; }
span { border-color: rgb(207,200,50); }
td.TdClassName
{
border-color: #CFC832;
}
.TagClassName
{
border-color: #CFC832;
}
</style>