Shades of Bird Flower #C8AF17
Tints of Bird Flower #C8AF17
RGB
CMYK
RGB Variations
Color information
#C8AF17 (or 0xC8AF17) is known color: Bird Flower. HEX triplet: C8, AF and 17. RGB value is (200,175,23). Sum of RGB (Red+Green+Blue) = 200+175+23=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AF17 is #3750E8. Grayscale: #A5A5A5. Windows color (decimal): -3625193 or 1552328. OLE color: 1552328.
HSL color Cylindrical-coordinate representation of color #C8AF17: hue angle of 51.53º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8AF17 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 23 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.22 |
| HSL | 51.53º | 0.79% | 0.44% | - |
| HSV(B) | 51.53º | 0.89% | 0.78% | - |
| XYZ | 39.3 | 43 | 7.04 | - |
| YUV | 165.15 | 47.78 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 23 | 0 | 0.12 | 0.88 | 0.22 | 51.53 | 0.79 | 0.44 |
| Hex | C8 | AF | 17 | 0 | C | 58 | 16 | 34 | 4F | 2C |
| Octal | 310 | 257 | 27 | 0 | 14 | 130 | 26 | 64 | 117 | 54 |
| Binary | 11001000 | 10101111 | 10111 | 0 | 1100 | 1011000 | 10110 | 110100 | 1001111 | 101100 |
Color Harmonies of #C8AF17
Complementary color
Monochromatic Colors of #C8AF17
Black with #C8AF17
Text Example
Text Example
White with #C8AF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF17; }
p { color: rgb(200,175,23); }
H1.HeaderClassName
{
color: #C8AF17;
}
.AnyTagClassName
{
color: #C8AF17;
}
</style>
background-color css
<style>
a { background-color: #C8AF17; }
a { background-color: rgb(200,175,23); }
div.DivClassName
{
background-color: #C8AF17;
}
.BgClassName
{
background-color: #C8AF17;
}
</style>
border-color css
<style>
span { border-color: #C8AF17; }
span { border-color: rgb(200,175,23); }
td.TdClassName
{
border-color: #C8AF17;
}
.TagClassName
{
border-color: #C8AF17;
}
</style>