Html Css Color HEX #C9C010 Bird Flower

📋 copy color: '#C9C010'

red 201 ◦ green 192 ◦ blue 16

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

Shades of Bird Flower #C9C010

Tints of Bird Flower #C9C010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.94%

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

R = 49.14%
G = 46.94%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C9C010 (or 0xC9C010) is known color: Bird Flower. HEX triplet: C9, C0 and 10. RGB value is (201,192,16). Sum of RGB (Red+Green+Blue) = 201+192+16=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C010 is #363FEF. Grayscale: #AFAFAF. Windows color (decimal): -3555312 or 1097929. OLE color: 1097929.

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

Color convert

RGB 201 192 16 -
CMYK 0 0.04 0.92 0.21
HSL 57.08º 0.85% 0.43% -
HSV(B) 57.08º 0.92% 0.79% -
XYZ 43.03 50.15 7.9 -
YUV 174.63 38.48 146.81 -
System Red Green Blue C M Y K H S L
Decimal 201 192 16 0 0.04 0.92 0.21 57.08 0.85 0.43
Hex C9 C0 10 0 4 5C 15 39 55 2B
Octal 311 300 20 0 4 134 25 71 125 53
Binary 11001001 11000000 10000 0 100 1011100 10101 111001 1010101 101011

Color Harmonies of #C9C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C010

Black with #C9C010

Text Example


Text Example

White with #C9C010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C010; }

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

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

background-color css

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

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

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

border-color css

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

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

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