#C7C61A

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

Shades of Bird Flower #C7C61A

Tints of Bird Flower #C7C61A

Color information

#C7C61A (or 0xC7C61A) is unknown color: approx Bird Flower. HEX triplet: C7, C6 and 1A. RGB value is (199,198,26). Sum of RGB (Red+Green+Blue) = 199+198+26=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C61A is #3839E5. Grayscale: #B3B3B3. Windows color (decimal): -3684838 or 1754823. OLE color: 1754823.

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

Color convert

RGB19919826-
CMYK00.010.870.22
HSL59.65º76.89%44.12%-
HSV(B)59.65º86.93%78.04%-
XYZ43.9352.68.82-
YUV178.6941.83142.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.04%
GREEN value IS 198 (77.73% from 255) = 46.81%
BLUE value IS 26 (10.55% from 255) = 6.15%
R=47.04%
G=46.81%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991982600.010.870.2259.6576.8944.12
HexC7C61A0157163c4d2c
Octal3073063201127267411554
Binary110001111100011011010011010111101101111001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C61A; }

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

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

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

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

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

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

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

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