Shades of Bird Flower #CAC111
Tints of Bird Flower #CAC111
RGB
CMYK
RGB Variations
Color information
#CAC111 (or 0xCAC111) is known color: Bird Flower. HEX triplet: CA, C1 and 11. RGB value is (202,193,17). Sum of RGB (Red+Green+Blue) = 202+193+17=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 17 (7.03% from 255 or 4.13% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC111 is #353EEE. Grayscale: #B0B0B0. Windows color (decimal): -3489519 or 1163722. OLE color: 1163722.
HSL color Cylindrical-coordinate representation of color #CAC111: hue angle of 57.08º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAC111 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 17 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.21 |
| HSL | 57.08º | 0.84% | 0.43% | - |
| HSV(B) | 57.08º | 0.92% | 0.79% | - |
| XYZ | 43.53 | 50.74 | 8.03 | - |
| YUV | 175.63 | 38.48 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 17 | 0 | 0.04 | 0.92 | 0.21 | 57.08 | 0.84 | 0.43 |
| Hex | CA | C1 | 11 | 0 | 4 | 5C | 15 | 39 | 54 | 2B |
| Octal | 312 | 301 | 21 | 0 | 4 | 134 | 25 | 71 | 124 | 53 |
| Binary | 11001010 | 11000001 | 10001 | 0 | 100 | 1011100 | 10101 | 111001 | 1010100 | 101011 |
Color Harmonies of #CAC111
Complementary color
Monochromatic Colors of #CAC111
Black with #CAC111
Text Example
Text Example
White with #CAC111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC111; }
p { color: rgb(202,193,17); }
H1.HeaderClassName
{
color: #CAC111;
}
.AnyTagClassName
{
color: #CAC111;
}
</style>
background-color css
<style>
a { background-color: #CAC111; }
a { background-color: rgb(202,193,17); }
div.DivClassName
{
background-color: #CAC111;
}
.BgClassName
{
background-color: #CAC111;
}
</style>
border-color css
<style>
span { border-color: #CAC111; }
span { border-color: rgb(202,193,17); }
td.TdClassName
{
border-color: #CAC111;
}
.TagClassName
{
border-color: #CAC111;
}
</style>