#C8BE11

Color #C8BE11 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C8BE11

Tints of Bird Flower #C8BE11

Color information

#C8BE11 (or 0xC8BE11) is unknown color: approx Bird Flower. HEX triplet: C8, BE and 11. RGB value is (200,190,17). Sum of RGB (Red+Green+Blue) = 200+190+17=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BE11 is #3741EE. Grayscale: #ADADAD. Windows color (decimal): -3621359 or 1162952. OLE color: 1162952.

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

Color convert

RGB20019017-
CMYK00.050.920.22
HSL56.72º84.33%42.55%-
HSV(B)56.72º91.5%78.43%-
XYZ42.3349.157.79-
YUV173.2739.81147.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 17 (7.03% from 255) = 4.18%
R=49.14%
G=46.68%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001901700.050.920.2256.7284.3342.55
HexC8BE11055C1639542b
Octal3102762105134267112453
Binary11001000101111101000101011011100101101110011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BE11; }

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

 H1.HeaderClassName
 {
   color: #C8BE11;
 }
 .AnyTagClassName
 {
   color: #C8BE11;
 }
</style>
background-color css

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

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

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

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

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

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