Html Css Color HEX #C9BA0E Bird Flower

📋 copy color: '#C9BA0E'

red 201 ◦ green 186 ◦ blue 14

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

Shades of Bird Flower #C9BA0E

Tints of Bird Flower #C9BA0E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.38%

 BLUE value IS 14 (5.86% from 255) = 3.49%

R = 50.12%
G = 46.38%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9BA0E (or 0xC9BA0E) is known color: Bird Flower. HEX triplet: C9, BA and 0E. RGB value is (201,186,14). Sum of RGB (Red+Green+Blue) = 201+186+14=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BA0E is #3645F1. Grayscale: #ABABAB. Windows color (decimal): -3556850 or 965321. OLE color: 965321.

HSL color Cylindrical-coordinate representation of color #C9BA0E: hue angle of 55.19º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9BA0E is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 186 14 -
CMYK 0 0.07 0.93 0.21
HSL 55.19º 0.87% 0.42% -
HSV(B) 55.19º 0.93% 0.79% -
XYZ 41.73 47.57 7.4 -
YUV 170.88 39.47 149.49 -
System Red Green Blue C M Y K H S L
Decimal 201 186 14 0 0.07 0.93 0.21 55.19 0.87 0.42
Hex C9 BA E 0 7 5D 15 37 57 2A
Octal 311 272 16 0 7 135 25 67 127 52
Binary 11001001 10111010 1110 0 111 1011101 10101 110111 1010111 101010

Color Harmonies of #C9BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA0E

Black with #C9BA0E

Text Example


Text Example

White with #C9BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA0E; }

 p { color: rgb(201,186,14); }

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

background-color css

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

 a { background-color: rgb(201,186,14); }

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

border-color css

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

 span { border-color: rgb(201,186,14); }

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