Html Css Color HEX #C7BE11 Bird Flower

📋 copy color: '#C7BE11'

red 199 ◦ green 190 ◦ blue 17

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

Shades of Bird Flower #C7BE11

Tints of Bird Flower #C7BE11

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.8%

 BLUE value IS 17 (7.03% from 255) = 4.19%

R = 49.01%
G = 46.8%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C7BE11 (or 0xC7BE11) is known color: Bird Flower. HEX triplet: C7, BE and 11. RGB value is (199,190,17). Sum of RGB (Red+Green+Blue) = 199+190+17=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BE11 is #3841EE. Grayscale: #ADADAD. Windows color (decimal): -3686895 or 1162951. OLE color: 1162951.

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

Color convert

RGB 199 190 17 -
CMYK 0 0.05 0.91 0.22
HSL 57.03º 0.84% 0.42% -
HSV(B) 57.03º 0.91% 0.78% -
XYZ 42.07 49.01 7.77 -
YUV 172.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 199 190 17 0 0.05 0.91 0.22 57.03 0.84 0.42
Hex C7 BE 11 0 5 5B 16 39 54 2A
Octal 307 276 21 0 5 133 26 71 124 52
Binary 11000111 10111110 10001 0 101 1011011 10110 111001 1010100 101010

Color Harmonies of #C7BE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BE11

Black with #C7BE11

Text Example


Text Example

White with #C7BE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BE11; }

 p { color: rgb(199,190,17); }

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

background-color css

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

 a { background-color: rgb(199,190,17); }

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

border-color css

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

 span { border-color: rgb(199,190,17); }

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