#C8B50B

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

Shades of Bird Flower #C8B50B

Tints of Bird Flower #C8B50B

Color information

#C8B50B (or 0xC8B50B) is unknown color: approx Bird Flower. HEX triplet: C8, B5 and 0B. RGB value is (200,181,11). Sum of RGB (Red+Green+Blue) = 200+181+11=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B50B is #374AF4. Grayscale: #A8A8A8. Windows color (decimal): -3623669 or 767432. OLE color: 767432.

HSL color Cylindrical-coordinate representation of color #C8B50B: hue angle of 53.97º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8B50B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB20018111-
CMYK00.090.940.22
HSL53.97º89.57%41.37%-
HSV(B)53.97º94.5%78.43%-
XYZ40.445.356.94-
YUV167.339.79151.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.02%
GREEN value IS 181 (71.09% from 255) = 46.17%
BLUE value IS 11 (4.69% from 255) = 2.81%
R=51.02%
G=46.17%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001811100.090.940.2253.9789.5741.37
HexC8B5B095E16365a29
Octal31026513011136266613251
Binary11001000101101011011010011011110101101101101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B50B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B50B; }

 p { color: rgb(200,181,11); }

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

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

 a { background-color: rgb(200,181,11); }

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

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

 span { border-color: rgb(200,181,11); }

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