#C7B419

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

Shades of Bird Flower #C7B419

Tints of Bird Flower #C7B419

Color information

#C7B419 (or 0xC7B419) is unknown color: approx Bird Flower. HEX triplet: C7, B4 and 19. RGB value is (199,180,25). Sum of RGB (Red+Green+Blue) = 199+180+25=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B419 is #384BE6. Grayscale: #A8A8A8. Windows color (decimal): -3689447 or 1684679. OLE color: 1684679.

HSL color Cylindrical-coordinate representation of color #C7B419: hue angle of 53.45º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7B419 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB19918025-
CMYK00.100.870.22
HSL53.45º77.68%43.92%-
HSV(B)53.45º87.44%78.04%-
XYZ40.0544.857.47-
YUV168.0147.29150.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.26%
GREEN value IS 180 (70.70% from 255) = 44.55%
BLUE value IS 25 (10.16% from 255) = 6.19%
R=49.26%
G=44.55%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991802500.100.870.2253.4577.6843.92
HexC7B4190A5716354e2c
Octal30726431012127266511654
Binary110001111011010011001010101010111101101101011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B419; }

 p { color: rgb(199,180,25); }

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

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

 a { background-color: rgb(199,180,25); }

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

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

 span { border-color: rgb(199,180,25); }

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