#C8C517

Color #C8C517 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C8C517

Tints of Bird Flower #C8C517

Color information

#C8C517 (or 0xC8C517) is unknown color: approx Bird Flower. HEX triplet: C8, C5 and 17. RGB value is (200,197,23). Sum of RGB (Red+Green+Blue) = 200+197+23=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C517 is #373AE8. Grayscale: #B2B2B2. Windows color (decimal): -3619561 or 1557960. OLE color: 1557960.

HSL color Cylindrical-coordinate representation of color #C8C517: hue angle of 58.98º 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 #C8C517 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB20019723-
CMYK00.020.880.22
HSL58.98º79.37%43.73%-
HSV(B)58.98º88.5%78.43%-
XYZ43.9452.278.58-
YUV178.0640.49143.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 47.62%
GREEN value IS 197 (77.34% from 255) = 46.90%
BLUE value IS 23 (9.38% from 255) = 5.48%
R=47.62%
G=46.90%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001972300.020.880.2258.9879.3743.73
HexC8C5170258163b4f2c
Octal3103052702130267311754
Binary1100100011000101101110101011000101101110111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C517; }

 p { color: rgb(200,197,23); }

 H1.HeaderClassName
 {
   color: #C8C517;
 }
 .AnyTagClassName
 {
   color: #C8C517;
 }
</style>
background-color css

<style>
 a { background-color: #C8C517; }

 a { background-color: rgb(200,197,23); }

 div.DivClassName
 {
   background-color: #C8C517;
 }
 .BgClassName
 {
   background-color: #C8C517;
 }
</style>
border-color css

<style>
 span { border-color: #C8C517; }

 span { border-color: rgb(200,197,23); }

 td.TdClassName
 {
   border-color: #C8C517;
 }
 .TagClassName
 {
   border-color: #C8C517;
 }
</style>