Shades of Wattle #CAC931
Tints of Wattle #CAC931
RGB
CMYK
RGB Variations
Color information
#CAC931 (or 0xCAC931) is known color: Wattle. HEX triplet: CA, C9 and 31. RGB value is (202,201,49). Sum of RGB (Red+Green+Blue) = 202+201+49=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC931 is #3536CE. Grayscale: #B8B8B8. Windows color (decimal): -3487439 or 3262922. OLE color: 3262922.
HSL color Cylindrical-coordinate representation of color #CAC931: hue angle of 59.61º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAC931 is Cyan = 0, Magento = 0.00, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 49 | - |
| CMYK | 0 | 0.00 | 0.76 | 0.21 |
| HSL | 59.61º | 0.61% | 0.49% | - |
| HSV(B) | 59.61º | 0.76% | 0.79% | - |
| XYZ | 45.8 | 54.55 | 11.02 | - |
| YUV | 183.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 49 | 0 | 0.00 | 0.76 | 0.21 | 59.61 | 0.61 | 0.49 |
| Hex | CA | C9 | 31 | 0 | 0 | 4C | 15 | 3C | 3D | 31 |
| Octal | 312 | 311 | 61 | 0 | 0 | 114 | 25 | 74 | 75 | 61 |
| Binary | 11001010 | 11001001 | 110001 | 0 | 0 | 1001100 | 10101 | 111100 | 111101 | 110001 |
Color Harmonies of #CAC931
Complementary color
Monochromatic Colors of #CAC931
Black with #CAC931
Text Example
Text Example
White with #CAC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC931; }
p { color: rgb(202,201,49); }
H1.HeaderClassName
{
color: #CAC931;
}
.AnyTagClassName
{
color: #CAC931;
}
</style>
background-color css
<style>
a { background-color: #CAC931; }
a { background-color: rgb(202,201,49); }
div.DivClassName
{
background-color: #CAC931;
}
.BgClassName
{
background-color: #CAC931;
}
</style>
border-color css
<style>
span { border-color: #CAC931; }
span { border-color: rgb(202,201,49); }
td.TdClassName
{
border-color: #CAC931;
}
.TagClassName
{
border-color: #CAC931;
}
</style>