#C7AE10

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

Shades of Bird Flower #C7AE10

Tints of Bird Flower #C7AE10

Color information

#C7AE10 (or 0xC7AE10) is unknown color: approx Bird Flower. HEX triplet: C7, AE and 10. RGB value is (199,174,16). Sum of RGB (Red+Green+Blue) = 199+174+16=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AE10 is #3851EF. Grayscale: #A4A4A4. Windows color (decimal): -3690992 or 1093319. OLE color: 1093319.

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

Color convert

RGB19917416-
CMYK00.130.920.22
HSL51.8º85.12%42.16%-
HSV(B)51.8º91.96%78.04%-
XYZ38.7842.456.64-
YUV163.4644.78153.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.16%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 16 (6.64% from 255) = 4.11%
R=51.16%
G=44.73%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991741600.130.920.2251.885.1242.16
HexC7AE100D5C1634552a
Octal30725620015134266412552
Binary110001111010111010000011011011100101101101001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AE10; }

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

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

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

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

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

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

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

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