#C8B016

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

Shades of Bird Flower #C8B016

Tints of Bird Flower #C8B016

Color information

#C8B016 (or 0xC8B016) is unknown color: approx Bird Flower. HEX triplet: C8, B0 and 16. RGB value is (200,176,22). Sum of RGB (Red+Green+Blue) = 200+176+22=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B016 is #374FE9. Grayscale: #A6A6A6. Windows color (decimal): -3624938 or 1487048. OLE color: 1487048.

HSL color Cylindrical-coordinate representation of color #C8B016: hue angle of 51.91º 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 #C8B016 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB20017622-
CMYK00.120.890.22
HSL51.91º80.18%43.53%-
HSV(B)51.91º89%78.43%-
XYZ39.4943.397.05-
YUV165.6246.95152.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.25%
GREEN value IS 176 (69.14% from 255) = 44.22%
BLUE value IS 22 (8.98% from 255) = 5.53%
R=50.25%
G=44.22%
B=5.53%

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
Decimal2001762200.120.890.2251.9180.1843.53
HexC8B0160C591634502c
Octal31026026014131266412054
Binary110010001011000010110011001011001101101101001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B016; }

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

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

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

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

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

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

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

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