Shades of Wattle #CFC632
Tints of Wattle #CFC632
RGB
CMYK
RGB Variations
Color information
#CFC632 (or 0xCFC632) is known color: Wattle. HEX triplet: CF, C6 and 32. RGB value is (207,198,50). Sum of RGB (Red+Green+Blue) = 207+198+50=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC632 is #3039CD. Grayscale: #B8B8B8. Windows color (decimal): -3160526 or 3327695. OLE color: 3327695.
HSL color Cylindrical-coordinate representation of color #CFC632: hue angle of 56.56º 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 #CFC632 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 50 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.19 |
| HSL | 56.56º | 0.62% | 0.5% | - |
| HSV(B) | 56.56º | 0.76% | 0.81% | - |
| XYZ | 46.5 | 53.88 | 10.97 | - |
| YUV | 183.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 50 | 0 | 0.04 | 0.76 | 0.19 | 56.56 | 0.62 | 0.5 |
| Hex | CF | C6 | 32 | 0 | 4 | 4C | 13 | 39 | 3E | 32 |
| Octal | 317 | 306 | 62 | 0 | 4 | 114 | 23 | 71 | 76 | 62 |
| Binary | 11001111 | 11000110 | 110010 | 0 | 100 | 1001100 | 10011 | 111001 | 111110 | 110010 |
Color Harmonies of #CFC632
Complementary color
Monochromatic Colors of #CFC632
Black with #CFC632
Text Example
Text Example
White with #CFC632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC632; }
p { color: rgb(207,198,50); }
H1.HeaderClassName
{
color: #CFC632;
}
.AnyTagClassName
{
color: #CFC632;
}
</style>
background-color css
<style>
a { background-color: #CFC632; }
a { background-color: rgb(207,198,50); }
div.DivClassName
{
background-color: #CFC632;
}
.BgClassName
{
background-color: #CFC632;
}
</style>
border-color css
<style>
span { border-color: #CFC632; }
span { border-color: rgb(207,198,50); }
td.TdClassName
{
border-color: #CFC632;
}
.TagClassName
{
border-color: #CFC632;
}
</style>