#C3B616

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

Shades of Bird Flower #C3B616

Tints of Bird Flower #C3B616

Color information

#C3B616 (or 0xC3B616) is unknown color: approx Bird Flower. HEX triplet: C3, B6 and 16. RGB value is (195,182,22). Sum of RGB (Red+Green+Blue) = 195+182+22=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B616 is #3C49E9. Grayscale: #A8A8A8. Windows color (decimal): -3951082 or 1488579. OLE color: 1488579.

HSL color Cylindrical-coordinate representation of color #C3B616: hue angle of 55.49º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3B616 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB19518222-
CMYK00.070.890.24
HSL55.49º79.72%42.55%-
HSV(B)55.49º88.72%76.47%-
XYZ39.3845.127.39-
YUV167.6545.81147.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 182 (71.48% from 255) = 45.61%
BLUE value IS 22 (8.98% from 255) = 5.51%
R=48.87%
G=45.61%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951822200.070.890.2455.4979.7242.55
HexC3B61607591837502b
Octal3032662607131306712053
Binary11000011101101101011001111011001110001101111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B616; }

 p { color: rgb(195,182,22); }

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

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

 a { background-color: rgb(195,182,22); }

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

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

 span { border-color: rgb(195,182,22); }

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