#C7B10A

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

Shades of Bird Flower #C7B10A

Tints of Bird Flower #C7B10A

Color information

#C7B10A (or 0xC7B10A) is unknown color: approx Bird Flower. HEX triplet: C7, B1 and 0A. RGB value is (199,177,10). Sum of RGB (Red+Green+Blue) = 199+177+10=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B10A is #384EF5. Grayscale: #A5A5A5. Windows color (decimal): -3690230 or 700871. OLE color: 700871.

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

Color convert

RGB19917710-
CMYK00.110.950.22
HSL53.02º90.43%40.98%-
HSV(B)53.02º94.97%78.04%-
XYZ39.3343.616.63-
YUV164.5440.79152.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.55%
GREEN value IS 177 (69.53% from 255) = 45.85%
BLUE value IS 10 (4.30% from 255) = 2.59%
R=51.55%
G=45.85%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991771000.110.950.2253.0290.4340.98
HexC7B1A0B5F16355a29
Octal30726112013137266513251
Binary11000111101100011010010111011111101101101011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B10A; }

 p { color: rgb(199,177,10); }

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

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

 a { background-color: rgb(199,177,10); }

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

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

 span { border-color: rgb(199,177,10); }

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