Shades of Bird Flower #CAC613
Tints of Bird Flower #CAC613
RGB
CMYK
RGB Variations
Color information
#CAC613 (or 0xCAC613) is known color: Bird Flower. HEX triplet: CA, C6 and 13. RGB value is (202,198,19). Sum of RGB (Red+Green+Blue) = 202+198+19=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC613 is #3539EC. Grayscale: #B3B3B3. Windows color (decimal): -3488237 or 1296074. OLE color: 1296074.
HSL color Cylindrical-coordinate representation of color #CAC613: hue angle of 58.69º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAC613 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 19 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.21 |
| HSL | 58.69º | 0.83% | 0.43% | - |
| HSV(B) | 58.69º | 0.91% | 0.79% | - |
| XYZ | 44.67 | 52.99 | 8.49 | - |
| YUV | 178.79 | 37.83 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 19 | 0 | 0.02 | 0.91 | 0.21 | 58.69 | 0.83 | 0.43 |
| Hex | CA | C6 | 13 | 0 | 2 | 5B | 15 | 3B | 53 | 2B |
| Octal | 312 | 306 | 23 | 0 | 2 | 133 | 25 | 73 | 123 | 53 |
| Binary | 11001010 | 11000110 | 10011 | 0 | 10 | 1011011 | 10101 | 111011 | 1010011 | 101011 |
Color Harmonies of #CAC613
Complementary color
Monochromatic Colors of #CAC613
Black with #CAC613
Text Example
Text Example
White with #CAC613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC613; }
p { color: rgb(202,198,19); }
H1.HeaderClassName
{
color: #CAC613;
}
.AnyTagClassName
{
color: #CAC613;
}
</style>
background-color css
<style>
a { background-color: #CAC613; }
a { background-color: rgb(202,198,19); }
div.DivClassName
{
background-color: #CAC613;
}
.BgClassName
{
background-color: #CAC613;
}
</style>
border-color css
<style>
span { border-color: #CAC613; }
span { border-color: rgb(202,198,19); }
td.TdClassName
{
border-color: #CAC613;
}
.TagClassName
{
border-color: #CAC613;
}
</style>