Html Css Color HEX #C7BA14 Bird Flower

📋 copy color: '#C7BA14'

red 199 ◦ green 186 ◦ blue 20

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

Shades of Bird Flower #C7BA14

Tints of Bird Flower #C7BA14

RGB

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

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

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

R = 49.14%
G = 45.93%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C7BA14 (or 0xC7BA14) is known color: Bird Flower. HEX triplet: C7, BA and 14. RGB value is (199,186,20). Sum of RGB (Red+Green+Blue) = 199+186+20=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BA14 is #3845EB. Grayscale: #ABABAB. Windows color (decimal): -3687916 or 1358535. OLE color: 1358535.

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

Color convert

RGB 199 186 20 -
CMYK 0 0.07 0.90 0.22
HSL 55.64º 0.82% 0.43% -
HSV(B) 55.64º 0.9% 0.78% -
XYZ 41.24 47.31 7.62 -
YUV 170.96 42.81 148 -
System Red Green Blue C M Y K H S L
Decimal 199 186 20 0 0.07 0.90 0.22 55.64 0.82 0.43
Hex C7 BA 14 0 7 5A 16 38 52 2B
Octal 307 272 24 0 7 132 26 70 122 53
Binary 11000111 10111010 10100 0 111 1011010 10110 111000 1010010 101011

Color Harmonies of #C7BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA14

Black with #C7BA14

Text Example


Text Example

White with #C7BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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