#C9C416

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

Shades of Bird Flower #C9C416

Tints of Bird Flower #C9C416

Color information

#C9C416 (or 0xC9C416) is unknown color: approx Bird Flower. HEX triplet: C9, C4 and 16. RGB value is (201,196,22). Sum of RGB (Red+Green+Blue) = 201+196+22=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C416 is #363BE9. Grayscale: #B2B2B2. Windows color (decimal): -3554282 or 1492169. OLE color: 1492169.

HSL color Cylindrical-coordinate representation of color #C9C416: hue angle of 58.32º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9C416 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB20119622-
CMYK00.020.890.21
HSL58.32º80.27%43.73%-
HSV(B)58.32º89.05%78.82%-
XYZ43.9751.968.47-
YUV177.6640.16144.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.97%
GREEN value IS 196 (76.95% from 255) = 46.78%
BLUE value IS 22 (8.98% from 255) = 5.25%
R=47.97%
G=46.78%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011962200.020.890.2158.3280.2743.73
HexC9C4160259153a502c
Octal3113042602131257212054
Binary1100100111000100101100101011001101011110101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C416; }

 p { color: rgb(201,196,22); }

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

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

 a { background-color: rgb(201,196,22); }

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

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

 span { border-color: rgb(201,196,22); }

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