#c7c31c

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

Shades of Bird Flower #C7C31C

Tints of Bird Flower #C7C31C

Color information

#C7C31C (or 0xC7C31C) is unknown color: approx Bird Flower. HEX triplet: C7, C3 and 1C. RGB value is (199,195,28). Sum of RGB (Red+Green+Blue) = 199+195+28=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C31C is #383CE3. Grayscale: #B1B1B1. Windows color (decimal): -3685604 or 1885127. OLE color: 1885127.

HSL color Cylindrical-coordinate representation of color #C7C31C: hue angle of 58.6º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7C31C is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB19919528-
CMYK00.020.860.22
HSL58.6º75.33%44.51%-
HSV(B)58.6º85.93%78.04%-
XYZ43.2851.268.71-
YUV177.1643.83143.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.16%
GREEN value IS 195 (76.56% from 255) = 46.21%
BLUE value IS 28 (11.33% from 255) = 6.64%
R=47.16%
G=46.21%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991952800.020.860.2258.675.3344.51
HexC7C31C0256163b4b2d
Octal3073033402126267311355
Binary1100011111000011111000101010110101101110111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7c31c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7c31c; }

 p { color: rgb(199,195,28); }

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

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

 a { background-color: rgb(199,195,28); }

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

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

 span { border-color: rgb(199,195,28); }

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