Html Css Color HEX #C9C210 Bird Flower

📋 copy color: '#C9C210'

red 201 ◦ green 194 ◦ blue 16

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

Shades of Bird Flower #C9C210

Tints of Bird Flower #C9C210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.2%

 BLUE value IS 16 (6.64% from 255) = 3.89%

R = 48.91%
G = 47.2%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C9C210 (or 0xC9C210) is known color: Bird Flower. HEX triplet: C9, C2 and 10. RGB value is (201,194,16). Sum of RGB (Red+Green+Blue) = 201+194+16=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C210 is #363DEF. Grayscale: #B0B0B0. Windows color (decimal): -3554800 or 1098441. OLE color: 1098441.

HSL color Cylindrical-coordinate representation of color #C9C210: hue angle of 57.73º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9C210 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 194 16 -
CMYK 0 0.03 0.92 0.21
HSL 57.73º 0.85% 0.43% -
HSV(B) 57.73º 0.92% 0.79% -
XYZ 43.47 51.04 8.05 -
YUV 175.8 37.82 145.97 -
System Red Green Blue C M Y K H S L
Decimal 201 194 16 0 0.03 0.92 0.21 57.73 0.85 0.43
Hex C9 C2 10 0 3 5C 15 3A 55 2B
Octal 311 302 20 0 3 134 25 72 125 53
Binary 11001001 11000010 10000 0 11 1011100 10101 111010 1010101 101011

Color Harmonies of #C9C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C210

Black with #C9C210

Text Example


Text Example

White with #C9C210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C210; }

 p { color: rgb(201,194,16); }

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

background-color css

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

 a { background-color: rgb(201,194,16); }

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

border-color css

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

 span { border-color: rgb(201,194,16); }

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