Shades of Bird Flower #CAC915
Tints of Bird Flower #CAC915
RGB
CMYK
RGB Variations
Color information
#CAC915 (or 0xCAC915) is known color: Bird Flower. HEX triplet: CA, C9 and 15. RGB value is (202,201,21). Sum of RGB (Red+Green+Blue) = 202+201+21=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC915 is #3536EA. Grayscale: #B5B5B5. Windows color (decimal): -3487467 or 1427914. OLE color: 1427914.
HSL color Cylindrical-coordinate representation of color #CAC915: hue angle of 59.67º 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 #CAC915 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 21 | - |
| CMYK | 0 | 0.00 | 0.90 | 0.21 |
| HSL | 59.67º | 0.81% | 0.44% | - |
| HSV(B) | 59.67º | 0.9% | 0.79% | - |
| XYZ | 45.38 | 54.38 | 8.81 | - |
| YUV | 180.78 | 37.83 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 21 | 0 | 0.00 | 0.90 | 0.21 | 59.67 | 0.81 | 0.44 |
| Hex | CA | C9 | 15 | 0 | 0 | 5A | 15 | 3C | 51 | 2C |
| Octal | 312 | 311 | 25 | 0 | 0 | 132 | 25 | 74 | 121 | 54 |
| Binary | 11001010 | 11001001 | 10101 | 0 | 0 | 1011010 | 10101 | 111100 | 1010001 | 101100 |
Color Harmonies of #CAC915
Complementary color
Monochromatic Colors of #CAC915
Black with #CAC915
Text Example
Text Example
White with #CAC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC915; }
p { color: rgb(202,201,21); }
H1.HeaderClassName
{
color: #CAC915;
}
.AnyTagClassName
{
color: #CAC915;
}
</style>
background-color css
<style>
a { background-color: #CAC915; }
a { background-color: rgb(202,201,21); }
div.DivClassName
{
background-color: #CAC915;
}
.BgClassName
{
background-color: #CAC915;
}
</style>
border-color css
<style>
span { border-color: #CAC915; }
span { border-color: rgb(202,201,21); }
td.TdClassName
{
border-color: #CAC915;
}
.TagClassName
{
border-color: #CAC915;
}
</style>