Html Css Color HEX #C9C014 Bird Flower

📋 copy color: '#C9C014'

red 201 ◦ green 192 ◦ blue 20

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

Shades of Bird Flower #C9C014

Tints of Bird Flower #C9C014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.84%

R = 48.67%
G = 46.49%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9C014 (or 0xC9C014) is known color: Bird Flower. HEX triplet: C9, C0 and 14. RGB value is (201,192,20). Sum of RGB (Red+Green+Blue) = 201+192+20=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C014 is #363FEB. Grayscale: #AFAFAF. Windows color (decimal): -3555308 or 1360073. OLE color: 1360073.

HSL color Cylindrical-coordinate representation of color #C9C014: hue angle of 57.02º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9C014 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 192 20 -
CMYK 0 0.04 0.90 0.21
HSL 57.02º 0.82% 0.43% -
HSV(B) 57.02º 0.9% 0.79% -
XYZ 43.06 50.17 8.08 -
YUV 175.08 40.48 146.49 -
System Red Green Blue C M Y K H S L
Decimal 201 192 20 0 0.04 0.90 0.21 57.02 0.82 0.43
Hex C9 C0 14 0 4 5A 15 39 52 2B
Octal 311 300 24 0 4 132 25 71 122 53
Binary 11001001 11000000 10100 0 100 1011010 10101 111001 1010010 101011

Color Harmonies of #C9C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C014

Black with #C9C014

Text Example


Text Example

White with #C9C014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C014; }

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

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

background-color css

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

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

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

border-color css

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

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

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