Html Css Color HEX #C7BA0E Bird Flower

📋 copy color: '#C7BA0E'

red 199 ◦ green 186 ◦ blue 14

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

Shades of Bird Flower #C7BA0E

Tints of Bird Flower #C7BA0E

RGB

 RED value IS 199 (78.13% from 255) = 49.87%

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

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

R = 49.87%
G = 46.62%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7BA0E (or 0xC7BA0E) is known color: Bird Flower. HEX triplet: C7, BA and 0E. RGB value is (199,186,14). Sum of RGB (Red+Green+Blue) = 199+186+14=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BA0E is #3845F1. Grayscale: #AAAAAA. Windows color (decimal): -3687922 or 965319. OLE color: 965319.

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

Color convert

RGB 199 186 14 -
CMYK 0 0.07 0.93 0.22
HSL 55.78º 0.87% 0.42% -
HSV(B) 55.78º 0.93% 0.78% -
XYZ 41.19 47.29 7.37 -
YUV 170.28 39.81 148.49 -
System Red Green Blue C M Y K H S L
Decimal 199 186 14 0 0.07 0.93 0.22 55.78 0.87 0.42
Hex C7 BA E 0 7 5D 16 38 57 2A
Octal 307 272 16 0 7 135 26 70 127 52
Binary 11000111 10111010 1110 0 111 1011101 10110 111000 1010111 101010

Color Harmonies of #C7BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA0E

Black with #C7BA0E

Text Example


Text Example

White with #C7BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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