Html Css Color HEX #C7BA19 Bird Flower

📋 copy color: '#C7BA19'

red 199 ◦ green 186 ◦ blue 25

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

Shades of Bird Flower #C7BA19

Tints of Bird Flower #C7BA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.1%

R = 48.54%
G = 45.37%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7BA19 (or 0xC7BA19) is known color: Bird Flower. HEX triplet: C7, BA and 19. RGB value is (199,186,25). Sum of RGB (Red+Green+Blue) = 199+186+25=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BA19 is #3845E6. Grayscale: #ACACAC. Windows color (decimal): -3687911 or 1686215. OLE color: 1686215.

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

Color convert

RGB 199 186 25 -
CMYK 0 0.07 0.87 0.22
HSL 55.52º 0.78% 0.44% -
HSV(B) 55.52º 0.87% 0.78% -
XYZ 41.29 47.33 7.88 -
YUV 171.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 199 186 25 0 0.07 0.87 0.22 55.52 0.78 0.44
Hex C7 BA 19 0 7 57 16 38 4E 2C
Octal 307 272 31 0 7 127 26 70 116 54
Binary 11000111 10111010 11001 0 111 1010111 10110 111000 1001110 101100

Color Harmonies of #C7BA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA19

Black with #C7BA19

Text Example


Text Example

White with #C7BA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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