#C7C41A

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

Shades of Bird Flower #C7C41A

Tints of Bird Flower #C7C41A

Color information

#C7C41A (or 0xC7C41A) is unknown color: approx Bird Flower. HEX triplet: C7, C4 and 1A. RGB value is (199,196,26). Sum of RGB (Red+Green+Blue) = 199+196+26=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 26 (10.55% from 255 or 6.18% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C41A is #383BE5. Grayscale: #B2B2B2. Windows color (decimal): -3685350 or 1754311. OLE color: 1754311.

HSL color Cylindrical-coordinate representation of color #C7C41A: hue angle of 58.96º degrees, saturation: 0.77, 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 #C7C41A is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB19919626-
CMYK00.020.870.22
HSL58.96º76.89%44.12%-
HSV(B)58.96º86.93%78.04%-
XYZ43.4851.78.66-
YUV177.5242.49143.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 196 (76.95% from 255) = 46.56%
BLUE value IS 26 (10.55% from 255) = 6.18%
R=47.27%
G=46.56%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991962600.020.870.2258.9676.8944.12
HexC7C41A0257163b4d2c
Octal3073043202127267311554
Binary1100011111000100110100101010111101101110111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C41A; }

 p { color: rgb(199,196,26); }

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

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

 a { background-color: rgb(199,196,26); }

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

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

 span { border-color: rgb(199,196,26); }

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