Shades of Bird Flower #CAC004
Tints of Bird Flower #CAC004
RGB
CMYK
RGB Variations
Color information
#CAC004 (or 0xCAC004) is known color: Bird Flower. HEX triplet: CA, C0 and 04. RGB value is (202,192,4). Sum of RGB (Red+Green+Blue) = 202+192+4=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC004 is #353FFB. Grayscale: #AEAEAE. Windows color (decimal): -3489788 or 311498. OLE color: 311498.
HSL color Cylindrical-coordinate representation of color #CAC004: hue angle of 56.97º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAC004 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.21 |
| HSL | 56.97º | 0.96% | 0.4% | - |
| HSV(B) | 56.97º | 0.98% | 0.79% | - |
| XYZ | 43.23 | 50.26 | 7.54 | - |
| YUV | 173.56 | 32.31 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 4 | 0 | 0.05 | 0.98 | 0.21 | 56.97 | 0.96 | 0.4 |
| Hex | CA | C0 | 4 | 0 | 5 | 62 | 15 | 39 | 60 | 28 |
| Octal | 312 | 300 | 4 | 0 | 5 | 142 | 25 | 71 | 140 | 50 |
| Binary | 11001010 | 11000000 | 100 | 0 | 101 | 1100010 | 10101 | 111001 | 1100000 | 101000 |
Color Harmonies of #CAC004
Complementary color
Monochromatic Colors of #CAC004
Black with #CAC004
Text Example
Text Example
White with #CAC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC004; }
p { color: rgb(202,192,4); }
H1.HeaderClassName
{
color: #CAC004;
}
.AnyTagClassName
{
color: #CAC004;
}
</style>
background-color css
<style>
a { background-color: #CAC004; }
a { background-color: rgb(202,192,4); }
div.DivClassName
{
background-color: #CAC004;
}
.BgClassName
{
background-color: #CAC004;
}
</style>
border-color css
<style>
span { border-color: #CAC004; }
span { border-color: rgb(202,192,4); }
td.TdClassName
{
border-color: #CAC004;
}
.TagClassName
{
border-color: #CAC004;
}
</style>