Shades of Bird Flower #CAC006
Tints of Bird Flower #CAC006
RGB
CMYK
RGB Variations
Color information
#CAC006 (or 0xCAC006) is known color: Bird Flower. HEX triplet: CA, C0 and 06. RGB value is (202,192,6). Sum of RGB (Red+Green+Blue) = 202+192+6=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC006 is #353FF9. Grayscale: #AEAEAE. Windows color (decimal): -3489786 or 442570. OLE color: 442570.
HSL color Cylindrical-coordinate representation of color #CAC006: hue angle of 56.94º 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 #CAC006 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 6 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.21 |
| HSL | 56.94º | 0.94% | 0.41% | - |
| HSV(B) | 56.94º | 0.97% | 0.79% | - |
| XYZ | 43.24 | 50.27 | 7.6 | - |
| YUV | 173.79 | 33.31 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 6 | 0 | 0.05 | 0.97 | 0.21 | 56.94 | 0.94 | 0.41 |
| Hex | CA | C0 | 6 | 0 | 5 | 61 | 15 | 39 | 5E | 29 |
| Octal | 312 | 300 | 6 | 0 | 5 | 141 | 25 | 71 | 136 | 51 |
| Binary | 11001010 | 11000000 | 110 | 0 | 101 | 1100001 | 10101 | 111001 | 1011110 | 101001 |
Color Harmonies of #CAC006
Complementary color
Monochromatic Colors of #CAC006
Black with #CAC006
Text Example
Text Example
White with #CAC006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC006; }
p { color: rgb(202,192,6); }
H1.HeaderClassName
{
color: #CAC006;
}
.AnyTagClassName
{
color: #CAC006;
}
</style>
background-color css
<style>
a { background-color: #CAC006; }
a { background-color: rgb(202,192,6); }
div.DivClassName
{
background-color: #CAC006;
}
.BgClassName
{
background-color: #CAC006;
}
</style>
border-color css
<style>
span { border-color: #CAC006; }
span { border-color: rgb(202,192,6); }
td.TdClassName
{
border-color: #CAC006;
}
.TagClassName
{
border-color: #CAC006;
}
</style>