Html Css Color HEX #C7BA0F Bird Flower

📋 copy color: '#C7BA0F'

red 199 ◦ green 186 ◦ blue 15

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

Shades of Bird Flower #C7BA0F

Tints of Bird Flower #C7BA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.75%

R = 49.75%
G = 46.5%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7BA0F (or 0xC7BA0F) is known color: Bird Flower. HEX triplet: C7, BA and 0F. RGB value is (199,186,15). Sum of RGB (Red+Green+Blue) = 199+186+15=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BA0F is #3845F0. Grayscale: #ABABAB. Windows color (decimal): -3687921 or 1030855. OLE color: 1030855.

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

Color convert

RGB 199 186 15 -
CMYK 0 0.07 0.92 0.22
HSL 55.76º 0.86% 0.42% -
HSV(B) 55.76º 0.92% 0.78% -
XYZ 41.2 47.29 7.41 -
YUV 170.39 40.31 148.4 -
System Red Green Blue C M Y K H S L
Decimal 199 186 15 0 0.07 0.92 0.22 55.76 0.86 0.42
Hex C7 BA F 0 7 5C 16 38 56 2A
Octal 307 272 17 0 7 134 26 70 126 52
Binary 11000111 10111010 1111 0 111 1011100 10110 111000 1010110 101010

Color Harmonies of #C7BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA0F

Black with #C7BA0F

Text Example


Text Example

White with #C7BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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