Shades of Bird Flower #CAC606
Tints of Bird Flower #CAC606
RGB
CMYK
RGB Variations
Color information
#CAC606 (or 0xCAC606) is known color: Bird Flower. HEX triplet: CA, C6 and 06. RGB value is (202,198,6). Sum of RGB (Red+Green+Blue) = 202+198+6=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC606 is #3539F9. Grayscale: #B2B2B2. Windows color (decimal): -3488250 or 444106. OLE color: 444106.
HSL color Cylindrical-coordinate representation of color #CAC606: hue angle of 58.78º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAC606 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 6 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.21 |
| HSL | 58.78º | 0.94% | 0.41% | - |
| HSV(B) | 58.78º | 0.97% | 0.79% | - |
| XYZ | 44.58 | 52.96 | 8.04 | - |
| YUV | 177.31 | 31.33 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 6 | 0 | 0.02 | 0.97 | 0.21 | 58.78 | 0.94 | 0.41 |
| Hex | CA | C6 | 6 | 0 | 2 | 61 | 15 | 3B | 5E | 29 |
| Octal | 312 | 306 | 6 | 0 | 2 | 141 | 25 | 73 | 136 | 51 |
| Binary | 11001010 | 11000110 | 110 | 0 | 10 | 1100001 | 10101 | 111011 | 1011110 | 101001 |
Color Harmonies of #CAC606
Complementary color
Monochromatic Colors of #CAC606
Black with #CAC606
Text Example
Text Example
White with #CAC606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC606; }
p { color: rgb(202,198,6); }
H1.HeaderClassName
{
color: #CAC606;
}
.AnyTagClassName
{
color: #CAC606;
}
</style>
background-color css
<style>
a { background-color: #CAC606; }
a { background-color: rgb(202,198,6); }
div.DivClassName
{
background-color: #CAC606;
}
.BgClassName
{
background-color: #CAC606;
}
</style>
border-color css
<style>
span { border-color: #CAC606; }
span { border-color: rgb(202,198,6); }
td.TdClassName
{
border-color: #CAC606;
}
.TagClassName
{
border-color: #CAC606;
}
</style>