Shades of Bird Flower #CAC215
Tints of Bird Flower #CAC215
RGB
CMYK
RGB Variations
Color information
#CAC215 (or 0xCAC215) is known color: Bird Flower. HEX triplet: CA, C2 and 15. RGB value is (202,194,21). Sum of RGB (Red+Green+Blue) = 202+194+21=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC215 is #353DEA. Grayscale: #B1B1B1. Windows color (decimal): -3489259 or 1426122. OLE color: 1426122.
HSL color Cylindrical-coordinate representation of color #CAC215: hue angle of 57.35º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAC215 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 21 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.21 |
| HSL | 57.35º | 0.81% | 0.44% | - |
| HSV(B) | 57.35º | 0.9% | 0.79% | - |
| XYZ | 43.78 | 51.19 | 8.28 | - |
| YUV | 176.67 | 40.15 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 21 | 0 | 0.04 | 0.90 | 0.21 | 57.35 | 0.81 | 0.44 |
| Hex | CA | C2 | 15 | 0 | 4 | 5A | 15 | 39 | 51 | 2C |
| Octal | 312 | 302 | 25 | 0 | 4 | 132 | 25 | 71 | 121 | 54 |
| Binary | 11001010 | 11000010 | 10101 | 0 | 100 | 1011010 | 10101 | 111001 | 1010001 | 101100 |
Color Harmonies of #CAC215
Complementary color
Monochromatic Colors of #CAC215
Black with #CAC215
Text Example
Text Example
White with #CAC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC215; }
p { color: rgb(202,194,21); }
H1.HeaderClassName
{
color: #CAC215;
}
.AnyTagClassName
{
color: #CAC215;
}
</style>
background-color css
<style>
a { background-color: #CAC215; }
a { background-color: rgb(202,194,21); }
div.DivClassName
{
background-color: #CAC215;
}
.BgClassName
{
background-color: #CAC215;
}
</style>
border-color css
<style>
span { border-color: #CAC215; }
span { border-color: rgb(202,194,21); }
td.TdClassName
{
border-color: #CAC215;
}
.TagClassName
{
border-color: #CAC215;
}
</style>