Html Css Color HEX #C9C516 Bird Flower

📋 copy color: '#C9C516'

red 201 ◦ green 197 ◦ blue 22

#C9C516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #C9C516

Tints of Bird Flower #C9C516

RGB

 RED value IS 201 (78.91% from 255) = 47.86%

 GREEN value IS 197 (77.34% from 255) = 46.9%

 BLUE value IS 22 (8.98% from 255) = 5.24%

R = 47.86%
G = 46.9%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C9C516 (or 0xC9C516) is known color: Bird Flower. HEX triplet: C9, C5 and 16. RGB value is (201,197,22). Sum of RGB (Red+Green+Blue) = 201+197+22=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C516 is #363AE9. Grayscale: #B2B2B2. Windows color (decimal): -3554026 or 1492425. OLE color: 1492425.

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

Color convert

RGB 201 197 22 -
CMYK 0 0.02 0.89 0.21
HSL 58.66º 0.8% 0.44% -
HSV(B) 58.66º 0.89% 0.79% -
XYZ 44.2 52.41 8.55 -
YUV 178.25 39.83 144.23 -
System Red Green Blue C M Y K H S L
Decimal 201 197 22 0 0.02 0.89 0.21 58.66 0.8 0.44
Hex C9 C5 16 0 2 59 15 3B 50 2C
Octal 311 305 26 0 2 131 25 73 120 54
Binary 11001001 11000101 10110 0 10 1011001 10101 111011 1010000 101100

Color Harmonies of #C9C516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C516

Black with #C9C516

Text Example


Text Example

White with #C9C516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C516; }

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

 H1.HeaderClassName
 {
   color: #C9C516;
 }
 .AnyTagClassName
 {
   color: #C9C516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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