Shades of Bird Flower #CAC213
Tints of Bird Flower #CAC213
RGB
CMYK
RGB Variations
Color information
#CAC213 (or 0xCAC213) is known color: Bird Flower. HEX triplet: CA, C2 and 13. RGB value is (202,194,19). Sum of RGB (Red+Green+Blue) = 202+194+19=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC213 is #353DEC. Grayscale: #B1B1B1. Windows color (decimal): -3489261 or 1295050. OLE color: 1295050.
HSL color Cylindrical-coordinate representation of color #CAC213: hue angle of 57.38º 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 #CAC213 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 19 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.21 |
| HSL | 57.38º | 0.83% | 0.43% | - |
| HSV(B) | 57.38º | 0.91% | 0.79% | - |
| XYZ | 43.77 | 51.19 | 8.19 | - |
| YUV | 176.44 | 39.15 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 19 | 0 | 0.04 | 0.91 | 0.21 | 57.38 | 0.83 | 0.43 |
| Hex | CA | C2 | 13 | 0 | 4 | 5B | 15 | 39 | 53 | 2B |
| Octal | 312 | 302 | 23 | 0 | 4 | 133 | 25 | 71 | 123 | 53 |
| Binary | 11001010 | 11000010 | 10011 | 0 | 100 | 1011011 | 10101 | 111001 | 1010011 | 101011 |
Color Harmonies of #CAC213
Complementary color
Monochromatic Colors of #CAC213
Black with #CAC213
Text Example
Text Example
White with #CAC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC213; }
p { color: rgb(202,194,19); }
H1.HeaderClassName
{
color: #CAC213;
}
.AnyTagClassName
{
color: #CAC213;
}
</style>
background-color css
<style>
a { background-color: #CAC213; }
a { background-color: rgb(202,194,19); }
div.DivClassName
{
background-color: #CAC213;
}
.BgClassName
{
background-color: #CAC213;
}
</style>
border-color css
<style>
span { border-color: #CAC213; }
span { border-color: rgb(202,194,19); }
td.TdClassName
{
border-color: #CAC213;
}
.TagClassName
{
border-color: #CAC213;
}
</style>