#C3B716

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

Shades of Bird Flower #C3B716

Tints of Bird Flower #C3B716

Color information

#C3B716 (or 0xC3B716) is unknown color: approx Bird Flower. HEX triplet: C3, B7 and 16. RGB value is (195,183,22). Sum of RGB (Red+Green+Blue) = 195+183+22=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B716 is #3C48E9. Grayscale: #A8A8A8. Windows color (decimal): -3950826 or 1488835. OLE color: 1488835.

HSL color Cylindrical-coordinate representation of color #C3B716: hue angle of 55.84º 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 #C3B716 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB19518322-
CMYK00.060.890.24
HSL55.84º79.72%42.55%-
HSV(B)55.84º88.72%76.47%-
XYZ39.5845.537.46-
YUV168.2345.48147.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.75%
GREEN value IS 183 (71.88% from 255) = 45.75%
BLUE value IS 22 (8.98% from 255) = 5.5%
R=48.75%
G=45.75%
B=5.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951832200.060.890.2455.8479.7242.55
HexC3B71606591838502b
Octal3032672606131307012053
Binary11000011101101111011001101011001110001110001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B716; }

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

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

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

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

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

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

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

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