Shades of Bird Flower #C4AF10
Tints of Bird Flower #C4AF10
RGB
CMYK
RGB Variations
Color information
#C4AF10 (or 0xC4AF10) is known color: Bird Flower. HEX triplet: C4, AF and 10. RGB value is (196,175,16). Sum of RGB (Red+Green+Blue) = 196+175+16=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AF10 is #3B50EF. Grayscale: #A3A3A3. Windows color (decimal): -3887344 or 1093572. OLE color: 1093572.
HSL color Cylindrical-coordinate representation of color #C4AF10: hue angle of 53º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4AF10 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 16 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.23 |
| HSL | 53º | 0.85% | 0.42% | - |
| HSV(B) | 53º | 0.92% | 0.77% | - |
| XYZ | 38.19 | 42.43 | 6.67 | - |
| YUV | 163.15 | 44.96 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 16 | 0 | 0.11 | 0.92 | 0.23 | 53 | 0.85 | 0.42 |
| Hex | C4 | AF | 10 | 0 | B | 5C | 17 | 35 | 55 | 2A |
| Octal | 304 | 257 | 20 | 0 | 13 | 134 | 27 | 65 | 125 | 52 |
| Binary | 11000100 | 10101111 | 10000 | 0 | 1011 | 1011100 | 10111 | 110101 | 1010101 | 101010 |
Color Harmonies of #C4AF10
Complementary color
Monochromatic Colors of #C4AF10
Black with #C4AF10
Text Example
Text Example
White with #C4AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF10; }
p { color: rgb(196,175,16); }
H1.HeaderClassName
{
color: #C4AF10;
}
.AnyTagClassName
{
color: #C4AF10;
}
</style>
background-color css
<style>
a { background-color: #C4AF10; }
a { background-color: rgb(196,175,16); }
div.DivClassName
{
background-color: #C4AF10;
}
.BgClassName
{
background-color: #C4AF10;
}
</style>
border-color css
<style>
span { border-color: #C4AF10; }
span { border-color: rgb(196,175,16); }
td.TdClassName
{
border-color: #C4AF10;
}
.TagClassName
{
border-color: #C4AF10;
}
</style>