#C4C31C

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

Shades of Bird Flower #C4C31C

Tints of Bird Flower #C4C31C

Color information

#C4C31C (or 0xC4C31C) is unknown color: approx Bird Flower. HEX triplet: C4, C3 and 1C. RGB value is (196,195,28). Sum of RGB (Red+Green+Blue) = 196+195+28=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C31C is #3B3CE3. Grayscale: #B0B0B0. Windows color (decimal): -3882212 or 1885124. OLE color: 1885124.

HSL color Cylindrical-coordinate representation of color #C4C31C: hue angle of 59.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4C31C is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB19619528-
CMYK00.010.860.23
HSL59.64º75%43.92%-
HSV(B)59.64º85.71%76.86%-
XYZ42.4950.858.67-
YUV176.2644.33142.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 195 (76.56% from 255) = 46.54%
BLUE value IS 28 (11.33% from 255) = 6.68%
R=46.78%
G=46.54%
B=6.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961952800.010.860.2359.647543.92
HexC4C31C0156173c4b2c
Octal3043033401126277411354
Binary110001001100001111100011010110101111111001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C31C; }

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

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

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

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

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

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

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

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