#c1b94c

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

Shades of Sundance #C1B94C

Tints of Sundance #C1B94C

Color information

#C1B94C (or 0xC1B94C) is unknown color: approx Sundance. HEX triplet: C1, B9 and 4C. RGB value is (193,185,76). Sum of RGB (Red+Green+Blue) = 193+185+76=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B94C is #3E46B3. Grayscale: #AFAFAF. Windows color (decimal): -4081332 or 5028289. OLE color: 5028289.

HSL color Cylindrical-coordinate representation of color #C1B94C: hue angle of 55.9º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1B94C is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19318576-
CMYK00.040.610.24
HSL55.9º48.55%52.75%-
HSV(B)55.9º60.62%75.69%-
XYZ40.6546.5613.68-
YUV174.9772.15140.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.51%
GREEN value IS 185 (72.66% from 255) = 40.75%
BLUE value IS 76 (30.08% from 255) = 16.74%
R=42.51%
G=40.75%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931857600.040.610.2455.948.5552.75
HexC1B94C043D18383135
Octal301271114047530706165
Binary11000001101110011001100010011110111000111000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1b94c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1b94c; }

 p { color: rgb(193,185,76); }

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

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

 a { background-color: rgb(193,185,76); }

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

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

 span { border-color: rgb(193,185,76); }

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