Shades of Bird Flower #CAC315
Tints of Bird Flower #CAC315
RGB
CMYK
RGB Variations
Color information
#CAC315 (or 0xCAC315) is known color: Bird Flower. HEX triplet: CA, C3 and 15. RGB value is (202,195,21). Sum of RGB (Red+Green+Blue) = 202+195+21=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC315 is #353CEA. Grayscale: #B1B1B1. Windows color (decimal): -3489003 or 1426378. OLE color: 1426378.
HSL color Cylindrical-coordinate representation of color #CAC315: hue angle of 57.68º 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 #CAC315 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 21 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.21 |
| HSL | 57.68º | 0.81% | 0.44% | - |
| HSV(B) | 57.68º | 0.9% | 0.79% | - |
| XYZ | 44.01 | 51.64 | 8.36 | - |
| YUV | 177.26 | 39.82 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 21 | 0 | 0.03 | 0.90 | 0.21 | 57.68 | 0.81 | 0.44 |
| Hex | CA | C3 | 15 | 0 | 3 | 5A | 15 | 3A | 51 | 2C |
| Octal | 312 | 303 | 25 | 0 | 3 | 132 | 25 | 72 | 121 | 54 |
| Binary | 11001010 | 11000011 | 10101 | 0 | 11 | 1011010 | 10101 | 111010 | 1010001 | 101100 |
Color Harmonies of #CAC315
Complementary color
Monochromatic Colors of #CAC315
Black with #CAC315
Text Example
Text Example
White with #CAC315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC315; }
p { color: rgb(202,195,21); }
H1.HeaderClassName
{
color: #CAC315;
}
.AnyTagClassName
{
color: #CAC315;
}
</style>
background-color css
<style>
a { background-color: #CAC315; }
a { background-color: rgb(202,195,21); }
div.DivClassName
{
background-color: #CAC315;
}
.BgClassName
{
background-color: #CAC315;
}
</style>
border-color css
<style>
span { border-color: #CAC315; }
span { border-color: rgb(202,195,21); }
td.TdClassName
{
border-color: #CAC315;
}
.TagClassName
{
border-color: #CAC315;
}
</style>