#C8BE1F

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

Shades of Bird Flower #C8BE1F

Tints of Bird Flower #C8BE1F

Color information

#C8BE1F (or 0xC8BE1F) is unknown color: approx Bird Flower. HEX triplet: C8, BE and 1F. RGB value is (200,190,31). Sum of RGB (Red+Green+Blue) = 200+190+31=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE1F is #3741E0. Grayscale: #AFAFAF. Windows color (decimal): -3621345 or 2080456. OLE color: 2080456.

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

Color convert

RGB20019031-
CMYK00.050.840.22
HSL56.45º73.16%45.29%-
HSV(B)56.45º84.5%78.43%-
XYZ42.4849.218.55-
YUV174.8646.81145.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.51%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 31 (12.5% from 255) = 7.36%
R=47.51%
G=45.13%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001903100.050.840.2256.4573.1645.29
HexC8BE1F05541638492d
Octal3102763705124267011155
Binary11001000101111101111101011010100101101110001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BE1F; }

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

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

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

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

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

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

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

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