Shades of Wattle #CAC133
Tints of Wattle #CAC133
RGB
CMYK
RGB Variations
Color information
#CAC133 (or 0xCAC133) is known color: Wattle. HEX triplet: CA, C1 and 33. RGB value is (202,193,51). Sum of RGB (Red+Green+Blue) = 202+193+51=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 51 (20.31% from 255 or 11.43% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC133 is #353ECC. Grayscale: #B4B4B4. Windows color (decimal): -3489485 or 3391946. OLE color: 3391946.
HSL color Cylindrical-coordinate representation of color #CAC133: hue angle of 56.42º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAC133 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 51 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.21 |
| HSL | 56.42º | 0.6% | 0.5% | - |
| HSV(B) | 56.42º | 0.75% | 0.79% | - |
| XYZ | 44.02 | 50.94 | 10.64 | - |
| YUV | 179.5 | 55.48 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 51 | 0 | 0.04 | 0.75 | 0.21 | 56.42 | 0.6 | 0.5 |
| Hex | CA | C1 | 33 | 0 | 4 | 4B | 15 | 38 | 3C | 32 |
| Octal | 312 | 301 | 63 | 0 | 4 | 113 | 25 | 70 | 74 | 62 |
| Binary | 11001010 | 11000001 | 110011 | 0 | 100 | 1001011 | 10101 | 111000 | 111100 | 110010 |
Color Harmonies of #CAC133
Complementary color
Monochromatic Colors of #CAC133
Black with #CAC133
Text Example
Text Example
White with #CAC133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC133; }
p { color: rgb(202,193,51); }
H1.HeaderClassName
{
color: #CAC133;
}
.AnyTagClassName
{
color: #CAC133;
}
</style>
background-color css
<style>
a { background-color: #CAC133; }
a { background-color: rgb(202,193,51); }
div.DivClassName
{
background-color: #CAC133;
}
.BgClassName
{
background-color: #CAC133;
}
</style>
border-color css
<style>
span { border-color: #CAC133; }
span { border-color: rgb(202,193,51); }
td.TdClassName
{
border-color: #CAC133;
}
.TagClassName
{
border-color: #CAC133;
}
</style>