Html Css Color HEX #C7BA1A Bird Flower

📋 copy color: '#C7BA1A'

red 199 ◦ green 186 ◦ blue 26

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

Shades of Bird Flower #C7BA1A

Tints of Bird Flower #C7BA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.33%

R = 48.42%
G = 45.26%
B = 6.33%

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

#C7BA1A (or 0xC7BA1A) is known color: Bird Flower. HEX triplet: C7, BA and 1A. RGB value is (199,186,26). Sum of RGB (Red+Green+Blue) = 199+186+26=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA1A is #3845E5. Grayscale: #ACACAC. Windows color (decimal): -3687910 or 1751751. OLE color: 1751751.

HSL color Cylindrical-coordinate representation of color #C7BA1A: hue angle of 55.49º degrees, saturation: 0.77, 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 #C7BA1A is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 186 26 -
CMYK 0 0.07 0.87 0.22
HSL 55.49º 0.77% 0.44% -
HSV(B) 55.49º 0.87% 0.78% -
XYZ 41.3 47.33 7.94 -
YUV 171.65 45.81 147.51 -
System Red Green Blue C M Y K H S L
Decimal 199 186 26 0 0.07 0.87 0.22 55.49 0.77 0.44
Hex C7 BA 1A 0 7 57 16 37 4D 2C
Octal 307 272 32 0 7 127 26 67 115 54
Binary 11000111 10111010 11010 0 111 1010111 10110 110111 1001101 101100

Color Harmonies of #C7BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA1A

Black with #C7BA1A

Text Example


Text Example

White with #C7BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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