Html Css Color HEX #C7BA1C Bird Flower

📋 copy color: '#C7BA1C'

red 199 ◦ green 186 ◦ blue 28

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

Shades of Bird Flower #C7BA1C

Tints of Bird Flower #C7BA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.78%

R = 48.18%
G = 45.04%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7BA1C (or 0xC7BA1C) is known color: Bird Flower. HEX triplet: C7, BA and 1C. RGB value is (199,186,28). Sum of RGB (Red+Green+Blue) = 199+186+28=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA1C is #3845E3. Grayscale: #ACACAC. Windows color (decimal): -3687908 or 1882823. OLE color: 1882823.

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

Color convert

RGB 199 186 28 -
CMYK 0 0.07 0.86 0.22
HSL 55.44º 0.75% 0.45% -
HSV(B) 55.44º 0.86% 0.78% -
XYZ 41.32 47.34 8.06 -
YUV 171.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 199 186 28 0 0.07 0.86 0.22 55.44 0.75 0.45
Hex C7 BA 1C 0 7 56 16 37 4B 2D
Octal 307 272 34 0 7 126 26 67 113 55
Binary 11000111 10111010 11100 0 111 1010110 10110 110111 1001011 101101

Color Harmonies of #C7BA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA1C

Black with #C7BA1C

Text Example


Text Example

White with #C7BA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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