#C8B116

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

Shades of Bird Flower #C8B116

Tints of Bird Flower #C8B116

Color information

#C8B116 (or 0xC8B116) is unknown color: approx Bird Flower. HEX triplet: C8, B1 and 16. RGB value is (200,177,22). Sum of RGB (Red+Green+Blue) = 200+177+22=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B116 is #374EE9. Grayscale: #A6A6A6. Windows color (decimal): -3624682 or 1487304. OLE color: 1487304.

HSL color Cylindrical-coordinate representation of color #C8B116: hue angle of 52.25º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8B116 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB20017722-
CMYK00.120.890.22
HSL52.25º80.18%43.53%-
HSV(B)52.25º89%78.43%-
XYZ39.6943.787.12-
YUV166.2146.62152.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.13%
GREEN value IS 177 (69.53% from 255) = 44.36%
BLUE value IS 22 (8.98% from 255) = 5.51%
R=50.13%
G=44.36%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001772200.120.890.2252.2580.1843.53
HexC8B1160C591634502c
Octal31026126014131266412054
Binary110010001011000110110011001011001101101101001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B116; }

 p { color: rgb(200,177,22); }

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

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

 a { background-color: rgb(200,177,22); }

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

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

 span { border-color: rgb(200,177,22); }

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