#C7B010

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

Shades of Bird Flower #C7B010

Tints of Bird Flower #C7B010

Color information

#C7B010 (or 0xC7B010) is unknown color: approx Bird Flower. HEX triplet: C7, B0 and 10. RGB value is (199,176,16). Sum of RGB (Red+Green+Blue) = 199+176+16=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B010 is #384FEF. Grayscale: #A5A5A5. Windows color (decimal): -3690480 or 1093831. OLE color: 1093831.

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

Color convert

RGB19917616-
CMYK00.120.920.22
HSL52.46º85.12%42.16%-
HSV(B)52.46º91.96%78.04%-
XYZ39.1743.236.77-
YUV164.6444.12152.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.90%
GREEN value IS 176 (69.14% from 255) = 45.01%
BLUE value IS 16 (6.64% from 255) = 4.09%
R=50.90%
G=45.01%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991761600.120.920.2252.4685.1242.16
HexC7B0100C5C1634552a
Octal30726020014134266412552
Binary110001111011000010000011001011100101101101001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B010; }

 p { color: rgb(199,176,16); }

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

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

 a { background-color: rgb(199,176,16); }

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

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

 span { border-color: rgb(199,176,16); }

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