#C7B609

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

Shades of Bird Flower #C7B609

Tints of Bird Flower #C7B609

Color information

#C7B609 (or 0xC7B609) is unknown color: approx Bird Flower. HEX triplet: C7, B6 and 09. RGB value is (199,182,9). Sum of RGB (Red+Green+Blue) = 199+182+9=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 9 (3.91% from 255 or 2.31% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B609 is #3849F6. Grayscale: #A8A8A8. Windows color (decimal): -3688951 or 636615. OLE color: 636615.

HSL color Cylindrical-coordinate representation of color #C7B609: hue angle of 54.63º degrees, saturation: 0.91, 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 #C7B609 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB1991829-
CMYK00.090.950.22
HSL54.63º91.35%40.78%-
HSV(B)54.63º95.48%78.04%-
XYZ40.3345.626.94-
YUV167.3638.63150.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.03%
GREEN value IS 182 (71.48% from 255) = 46.67%
BLUE value IS 9 (3.91% from 255) = 2.31%
R=51.03%
G=46.67%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199182900.090.950.2254.6391.3540.78
HexC7B69095F16375b29
Octal30726611011137266713351
Binary11000111101101101001010011011111101101101111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B609; }

 p { color: rgb(199,182,9); }

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

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

 a { background-color: rgb(199,182,9); }

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

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

 span { border-color: rgb(199,182,9); }

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